Skip to content

Commit

Permalink
fix: 修复模型card上没显示图片理解类型
Browse files Browse the repository at this point in the history
--bug=1049276 --user=刘瑞斌 [系统管理]模型设置-添加的OpenAI图片理解模型后,模型类型显示为空 https://www.tapd.cn/57709429/s/1614428
  • Loading branch information
liuruibin committed Nov 21, 2024
1 parent b8670fa commit 4382ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/enums/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export enum modelType {
LLM = '大语言模型',
STT = '语音识别',
TTS = '语音合成',
IMAGE = '图片理解',
RERANKER = '重排模型'
}

0 comments on commit 4382ebb

Please sign in to comment.