mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复模型card上没显示图片理解类型
--bug=1049276 --user=刘瑞斌 [系统管理]模型设置-添加的OpenAI图片理解模型后,模型类型显示为空 https://www.tapd.cn/57709429/s/1614428
This commit is contained in:
parent
b8670fa27a
commit
179666e00f
|
|
@ -12,5 +12,6 @@ export enum modelType {
|
|||
LLM = '大语言模型',
|
||||
STT = '语音识别',
|
||||
TTS = '语音合成',
|
||||
IMAGE = '图片理解',
|
||||
RERANKER = '重排模型'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue