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