File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
ui/src/workflow/nodes/ai-chat-node Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 4444 </div >
4545 </template >
4646 <div class =" flex-between w-full" v-if =" chat_data.model_id_type !== 'reference'" >
47- <div >
48- <ModelSelect
49- @change =" model_change"
50- @wheel =" wheel"
51- :teleported =" false"
52- v-model =" chat_data.model_id"
53- :placeholder =" $t('views.application.form.aiModel.placeholder')"
54- :options =" modelOptions"
55- @submitModel =" getSelectModel"
56- showFooter
57- :model-type =" 'LLM'"
58- ></ModelSelect >
59- </div >
47+ <ModelSelect
48+ @change =" model_change"
49+ @wheel =" wheel"
50+ :teleported =" false"
51+ v-model =" chat_data.model_id"
52+ :placeholder =" $t('views.application.form.aiModel.placeholder')"
53+ :options =" modelOptions"
54+ @submitModel =" getSelectModel"
55+ showFooter
56+ :model-type =" 'LLM'"
57+ ></ModelSelect >
6058 <div class =" ml-8" >
6159 <el-button
6260 :disabled =" !chat_data.model_id"
You can’t perform that action at this time.
0 commit comments