refactor: 移除已注释的规划三剑客配置项

- 移除已注释的规划三剑客配置项
This commit is contained in:
2026-01-24 02:56:03 +08:00
parent 537da46294
commit 6afdd068c3

View File

@@ -29,5 +29,15 @@
"multimodal-looker": {
"model": "google-gateway/gemini-3-flash"
}
// // 规划三剑客
// "Prometheus": {
// "model": "anthropic-gateway/claude-opus-4-5" // 战略规划
// },
// "Metis": {
// "model": "anthropic-gateway/claude-sonnet-4-5" // 规划前分析
// },
// "Momus": {
// "model": "anthropic-gateway/claude-sonnet-4-5" // 计划审查
// }
}
}