Skip to content

Commit 0f60017

Browse files
committed
refactor: 添加模型时可以过滤图片模型
1 parent 8a8305e commit 0f60017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/views/template/component/SelectProviderDialog.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ const modelTypeOptions = ref([
6161
{ text: '向量模型', value: 'EMBEDDING' },
6262
{ text: '重排模型', value: 'RERANKER' },
6363
{ text: '语音识别', value: 'STT' },
64-
{ text: '语音合成', value: 'TTS' }
64+
{ text: '语音合成', value: 'TTS' },
65+
{ text: '图片理解', value: 'IMAGE' },
6566
])
6667
6768
const open = () => {

0 commit comments

Comments
 (0)