feat(web): agent model config add thinking_budget_tokens

This commit is contained in:
zhaoying
2026-04-23 15:47:43 +08:00
parent 17905196c9
commit 8deb69b595
5 changed files with 51 additions and 15 deletions

View File

@@ -1534,6 +1534,8 @@ export const en = {
uploadCover: 'Import and Overwrite',
refresh: 'Refresh Current Page',
json_output: 'Support JSON formatted output',
thinking_budget_tokens: 'thinking budget tokens',
thinking_budget_tokens_max_error: "Cannot exceed the max tokens limit ({{max}})",
},
userMemory: {
userMemory: 'User Memory',

View File

@@ -864,6 +864,8 @@ export const zh = {
uploadCover: '导入并覆盖',
refresh: '刷新当前页',
json_output: '支持JSON格式化输出',
thinking_budget_tokens: '深度思考预算Token数',
thinking_budget_tokens_max_error: "不能超过 最大令牌数 ({{max}})",
},
table: {
totalRecords: '共 {{total}} 条记录'