Release v1.4.3
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
## 当前版本
|
||||
|
||||
当前桌面端版本线:`v1.4.2`
|
||||
当前桌面端版本线:`v1.4.3`
|
||||
|
||||
版本更新记录见 [CHANGELOG.md](./CHANGELOG.md)。
|
||||
|
||||
@@ -408,6 +408,10 @@ export ANTHROPIC_API_KEY="any"
|
||||
|
||||
当客户端请求没有携带 `model` 字段时,代理默认使用:`kmodel`(远端模型列表里的 Kimi-K2.6)。
|
||||
|
||||
远端模式默认开启超时兜底。遇到请求超时、上游 5xx/429 或网络中断时,代理只会在尚未向客户端输出任何流式内容的情况下切换模型。兜底候选会先和实际 `/v1/models` 返回结果求交集,不存在或当前账号不可用的模型会自动跳过。默认顺序:
|
||||
|
||||
`Kimi-K2.6 -> MiniMax-M2.7 -> Qwen3-Coder -> Qwen3.6-Plus -> Qwen3-Max -> Qwen3-Thinking`
|
||||
|
||||
## 配置文件
|
||||
|
||||
默认读取:
|
||||
@@ -430,7 +434,16 @@ export ANTHROPIC_API_KEY="any"
|
||||
"mode": "agent",
|
||||
"shell_type": "zsh",
|
||||
"session_mode": "auto",
|
||||
"timeout": 120,
|
||||
"timeout": 300,
|
||||
"remote_fallback_enabled": true,
|
||||
"remote_fallback_models": [
|
||||
"kmodel",
|
||||
"mmodel",
|
||||
"dashscope_qwen3_coder",
|
||||
"dashscope_qmodel",
|
||||
"dashscope_qwen_max_latest",
|
||||
"dashscope_qwen_plus_20250428_thinking"
|
||||
],
|
||||
"cwd": "/Users/tiancheng/project",
|
||||
"current_file_path": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user