ai调试ok

This commit is contained in:
2026-06-10 16:36:26 +08:00
parent cd03cdc44a
commit ffbb6b5125
6 changed files with 650 additions and 82 deletions
+23 -1
View File
@@ -54,7 +54,29 @@
"default_profile": "Default profile",
"tool_router": "Tool router",
"enter_hint": "Enter to send, Shift + Enter for a new line",
"error_prefix": "Request failed: "
"error_prefix": "Request failed: ",
"attach_image": "Attach image",
"remove_image": "Remove image",
"image_type_error": "Unsupported image type. Supported formats: jpeg/png/webp/gif",
"image_size_error": "Image is too large. Please choose an image smaller than 4 MB",
"image_read_error": "Failed to read image. Please try another file",
"reasoning": "Reasoning",
"trace_details": "Call details",
"trace_database": "Database",
"trace_rows": "Rows",
"trace_columns": "Columns",
"trace_count": "Count",
"trace_tools": "Tools",
"trace_reason": "Reason",
"trace_error": "Error",
"trace_truncated": "Result truncated",
"tokens_avg_speed": "Average speed",
"tokens_peak_speed": "Peak speed",
"tokens_total": "Total tokens",
"tokens_prompt": "Input",
"tokens_completion": "Output",
"tokens_tool": "Tools",
"tokens_estimated": "local estimate"
},
"aiconfig": {
"title": "AI Config",
+23 -1
View File
@@ -54,7 +54,29 @@
"default_profile": "默认接口",
"tool_router": "工具路由",
"enter_hint": "Enter 发送,Shift + Enter 换行",
"error_prefix": "请求失败:"
"error_prefix": "请求失败:",
"attach_image": "添加图片",
"remove_image": "移除图片",
"image_type_error": "图片格式不支持,仅支持 jpeg/png/webp/gif",
"image_size_error": "图片过大,请选择小于 4MB 的图片",
"image_read_error": "图片读取失败,请尝试其他文件",
"reasoning": "思考内容",
"trace_details": "调用详情",
"trace_database": "数据库",
"trace_rows": "行数",
"trace_columns": "列数",
"trace_count": "结果数",
"trace_tools": "工具",
"trace_reason": "原因",
"trace_error": "错误",
"trace_truncated": "结果已截断",
"tokens_avg_speed": "平均速度",
"tokens_peak_speed": "峰值速度",
"tokens_total": "总 token",
"tokens_prompt": "输入",
"tokens_completion": "输出",
"tokens_tool": "工具",
"tokens_estimated": "本地估算"
},
"aiconfig": {
"title": "AI 配置",