Skip to content

Commit

Permalink
feat: 引用分段数最大值增大到 100 个(#503)
Browse files Browse the repository at this point in the history
feat: 引用分段数最大值增大到 100 个(#503)
  • Loading branch information
wangdan-fit2cloud committed May 22, 2024
2 parents b24a19a + d5df253 commit 38bc98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/application/components/ParamSettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<el-input-number
v-model="form.top_n"
:min="1"
:max="10"
:max="100"
controls-position="right"
class="w-full"
/>
Expand Down

0 comments on commit 38bc98b

Please sign in to comment.