fix: model arguments fixed

This commit is contained in:
qixinbo
2026-03-28 14:46:50 +08:00
parent 00e5587e75
commit bd731660ac
12 changed files with 361 additions and 35 deletions
+4
View File
@@ -36,6 +36,10 @@
"processing": "Processing...",
"processCompleted": "Completed",
"thinkingProcess": "Thinking Process",
"thinkingTokens": "{{count}} tokens",
"thinkingCharCount": "{{count}} chars",
"expandThinking": "Expand",
"collapseThinking": "Collapse",
"modelThinking": "Model is thinking, please wait...",
"openReportInNewTab": "Open report in new tab",
"artifactPreview": "File Preview",
+4
View File
@@ -49,6 +49,10 @@
"processing": "正在处理中",
"processCompleted": "处理完成",
"thinkingProcess": "思考过程",
"thinkingTokens": "{{count}} tokens",
"thinkingCharCount": "{{count}} 字",
"expandThinking": "展开",
"collapseThinking": "收起",
"modelThinking": "模型思考中,请稍候...",
"openReportInNewTab": "在新标签页中打开分析报告",
"artifactPreview": "文件预览",