Skip to content

Commit

Permalink
feat: disable search for model choose
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Jul 5, 2024
1 parent 3d310c7 commit 03ac64b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ defineExpose({reGenerate, promptForm});
>
<a-select
:placeholder="$t('PleaseChooseTool')"
:allow-search="true"
v-model="currentTool"
>
<a-option
Expand Down Expand Up @@ -671,7 +670,6 @@ defineExpose({reGenerate, promptForm});
id="chat-input-system-define-content-tag"
@change="doSelectSystemPreset"
:placeholder="$t('PleaseChoosePreset')"
:allow-search="true"
v-model="chosenPreset"
>
<a-option
Expand Down Expand Up @@ -725,7 +723,6 @@ defineExpose({reGenerate, promptForm});
v-if="allModels.length > 0"
@change="previewModel"
:placeholder="$t('PleaseChooseModel')"
:allow-search="true"
v-model="currentModel"
>
<a-option
Expand Down

0 comments on commit 03ac64b

Please sign in to comment.