ai调试ok
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user