Files
opencode-config/oh-my-opencode.jsonc
imbytecat 1556d678df feat: 添加 Prometheus 模型配置并交换模型设置
- 添加 Prometheus 模型配置并交换 document-writer 与 multimodal-looker 的模型设置
2026-01-24 01:50:32 +08:00

31 lines
796 B
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"google_auth": false,
"agents": {
"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"
},
"frontend-ui-ux-engineer": {
"model": "google-gateway/gemini-3-pro-high"
},
"librarian": {
"model": "anthropic-gateway/claude-sonnet-4-5"
},
"explore": {
"model": "opencode/grok-code"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
},
"document-writer": {
"model": "google/antigravity-gemini-3-flash"
}
}
}