feat: 添加Planner-Sisyphus配置项并指定模型为claude-opus-4-5-thinking

- 添加Planner-Sisyphus配置项并指定其模型为claude-opus-4-5-thinking
This commit is contained in:
2026-01-24 02:18:33 +08:00
parent 32e9668cc5
commit 1673c94641

View File

@@ -4,6 +4,9 @@
"Sisyphus": { "Sisyphus": {
"model": "anthropic-gateway/claude-opus-4-5-thinking" "model": "anthropic-gateway/claude-opus-4-5-thinking"
}, },
"Planner-Sisyphus": {
"model": "anthropic-gateway/claude-opus-4-5-thinking"
},
"oracle": { "oracle": {
"model": "openai-gateway/gpt-5.2" "model": "openai-gateway/gpt-5.2"
}, },