fix: clarify routing threshold hint about default value

- Update routing_threshold_hint (en/zh) to note that values <= 0 use
  the system default (0.35)
This commit is contained in:
Kristjan Kruus 2026-03-25 17:19:30 +02:00
parent adb66052d5
commit 859066a324
2 changed files with 2 additions and 2 deletions

View file

@ -528,7 +528,7 @@
"routing_light_model": "Light Model", "routing_light_model": "Light Model",
"routing_light_model_hint": "Model name (from your model list) to use for simple tasks.", "routing_light_model_hint": "Model name (from your model list) to use for simple tasks.",
"routing_threshold": "Complexity Threshold", "routing_threshold": "Complexity Threshold",
"routing_threshold_hint": "Complexity score threshold (01). Requests scoring above this use the primary model.", "routing_threshold_hint": "Complexity score threshold (01). Values \u2264 0 use the default (0.35). Requests scoring above this use the primary model.",
"filter_sensitive_data": "Filter Sensitive Data", "filter_sensitive_data": "Filter Sensitive Data",
"filter_sensitive_data_hint": "Automatically filter API keys, tokens, and secrets from tool results before sending to the LLM.", "filter_sensitive_data_hint": "Automatically filter API keys, tokens, and secrets from tool results before sending to the LLM.",
"filter_min_length": "Filter Min Content Length", "filter_min_length": "Filter Min Content Length",

View file

@ -528,7 +528,7 @@
"routing_light_model": "轻量模型", "routing_light_model": "轻量模型",
"routing_light_model_hint": "用于简单任务的模型名称(来自模型列表)。", "routing_light_model_hint": "用于简单任务的模型名称(来自模型列表)。",
"routing_threshold": "复杂度阈值", "routing_threshold": "复杂度阈值",
"routing_threshold_hint": "复杂度评分阈值01)。评分高于此值的请求使用主模型。", "routing_threshold_hint": "复杂度评分阈值01]。留空或设为 0 使用系统默认值(当前为 0.35)。评分高于此值的请求使用主模型。",
"filter_sensitive_data": "过滤敏感数据", "filter_sensitive_data": "过滤敏感数据",
"filter_sensitive_data_hint": "自动过滤工具返回结果中的 API 密钥、令牌和机密信息,避免发送给 LLM。", "filter_sensitive_data_hint": "自动过滤工具返回结果中的 API 密钥、令牌和机密信息,避免发送给 LLM。",
"filter_min_length": "过滤最小内容长度", "filter_min_length": "过滤最小内容长度",