feat: 更新代理模型配置为 claude-sonnet-4-5
- 将代理的模型配置从 claude-opus-4-5-thinking 更新为 claude-sonnet-4-5
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
"agents": {
|
||||
"sisyphus": {
|
||||
// Primary orchestrator
|
||||
// "model": "anthropic-gateway/claude-opus-4-5-thinking"
|
||||
"model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
},
|
||||
"prometheus": {
|
||||
// Strategic planning
|
||||
"model": "anthropic-gateway/claude-opus-4-5-thinking"
|
||||
// "model": "anthropic-gateway/claude-opus-4-5-thinking"
|
||||
"model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
},
|
||||
"atlas": {
|
||||
// Master orchestrator
|
||||
|
||||
Reference in New Issue
Block a user