mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: 添加模型时可以过滤图片模型
This commit is contained in:
parent
8a8305e75b
commit
0f60017f67
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue