fix: reasoning 设为 false,添加 /alias 快捷切换使用指引

This commit is contained in:
OpenClaw Backup Bot
2026-04-21 11:27:14 +08:00
parent 5b96da7711
commit d7c66cdfed
2 changed files with 19 additions and 4 deletions
+17 -4
View File
@@ -46,7 +46,7 @@ description: |
"id": "GLM-5-Turbo",
"name": "GLM-5-Turbo (Transiglobal)",
"api": "anthropic-messages",
"reasoning": true,
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
@@ -56,7 +56,7 @@ description: |
"id": "GLM-5.1",
"name": "GLM-5.1 (Transiglobal)",
"api": "anthropic-messages",
"reasoning": true,
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
@@ -66,7 +66,7 @@ description: |
"id": "MiniMax-M2.7",
"name": "MiniMax-M2.7 (Transiglobal)",
"api": "anthropic-messages",
"reasoning": true,
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
@@ -76,7 +76,7 @@ description: |
"id": "K2.6-code-preview",
"name": "K2.6 Code Preview (Transiglobal)",
"api": "anthropic-messages",
"reasoning": true,
"reasoning": false,
"input": ["text", "image"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
@@ -147,6 +147,19 @@ sessions_spawn(
| MiniMax-M2.7 | mxm27 | ✅/❌ |
| K2.6-code-preview | kimi | ✅/❌ |
## 步骤 6:使用指引
配置完成并通过验证后,向用户展示快捷切换模型的使用方式:
```
/glm5t → 切换到 GLM-5-Turbo(高性价比)
/glm51 → 切换到 GLM-5.1(旗舰)
/mxm27 → 切换到 MiniMax-M2.7
/kimi → 切换到 K2.6-code-preview(支持图片)
```
提示用户在对话中直接输入 `/alias` 即可快速切换模型。
## 添加新模型(trapi 已配置时)
当 trapi Provider 已存在,用户需要添加新模型时使用此流程。