From 0f60017f67b9926d1be85d9432ee6c55a262529c Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 12 Nov 2024 14:10:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B7=BB=E5=8A=A0=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E6=97=B6=E5=8F=AF=E4=BB=A5=E8=BF=87=E6=BB=A4=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/template/component/SelectProviderDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/template/component/SelectProviderDialog.vue b/ui/src/views/template/component/SelectProviderDialog.vue index ce102ddaf..284b53375 100644 --- a/ui/src/views/template/component/SelectProviderDialog.vue +++ b/ui/src/views/template/component/SelectProviderDialog.vue @@ -61,7 +61,8 @@ const modelTypeOptions = ref([ { text: '向量模型', value: 'EMBEDDING' }, { text: '重排模型', value: 'RERANKER' }, { text: '语音识别', value: 'STT' }, - { text: '语音合成', value: 'TTS' } + { text: '语音合成', value: 'TTS' }, + { text: '图片理解', value: 'IMAGE' }, ]) const open = () => {