fix: Vision Model i18n
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled

This commit is contained in:
wangdan-fit2cloud 2025-10-15 10:37:23 +08:00
parent a7839f7043
commit 0960d19e25
2 changed files with 3 additions and 3 deletions

View File

@ -208,8 +208,8 @@ export default {
text: '識別出圖片中的物件、場景等信息回答用戶問題',
answer: 'AI 回答內容',
model: {
label: '圖片理解模型',
requiredMessage: '請選擇圖片理解模型'
label: '視覺模型',
requiredMessage: '請選擇視覺模型'
},
image: {
label: '選擇圖片',

View File

@ -30,7 +30,7 @@ export default {
RERANKER: '重排模型',
STT: '語音辨識',
TTS: '語音合成',
IMAGE: '圖片理解',
IMAGE: '視覺模型',
TTI: '圖片生成'
},
templateForm: {