refactor: 添加模型时可以过滤图片模型
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2024-11-12 14:10:50 +08:00 committed by 刘瑞斌
parent 8a8305e75b
commit 0f60017f67

View File

@ -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 = () => {