feat: 添加 Prometheus 模型配置并交换模型设置

- 添加 Prometheus 模型配置并交换 document-writer 与 multimodal-looker 的模型设置
This commit is contained in:
2026-01-24 01:50:32 +08:00
parent 42a33bc68e
commit 1556d678df

View File

@@ -5,6 +5,9 @@
"sisyphus": {
"model": "anthropic-gateway/claude-opus-4-5-thinking"
},
"prometheus": {
"model": "anthropic-gateway/claude-opus-4-5-thinking"
},
"oracle": {
"model": "openai-gateway/gpt-5.2"
},
@@ -17,10 +20,10 @@
"explore": {
"model": "opencode/grok-code"
},
"document-writer": {
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
},
"multimodal-looker": {
"document-writer": {
"model": "google/antigravity-gemini-3-flash"
}
}