Files
opencode-config/oh-my-opencode.jsonc
imbytecat 6ffb2b4003 feat: 更新代理模型配置为 gemini-3-flash 和 claude-sonnet-4-5
- 将多个代理的模型配置更新为使用 gemini-3-flash 和 claude-sonnet-4-5,以提升性能和响应效率。
2026-01-24 02:32:29 +08:00

30 lines
768 B
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"Sisyphus": {
"model": "anthropic-gateway/claude-sonnet-4-5"
},
"Planner-Sisyphus": {
"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": "google-gateway/gemini-3-flash"
},
"explore": {
"model": "google-gateway/gemini-3-flash"
},
"document-writer": {
"model": "google-gateway/gemini-3-flash"
},
"multimodal-looker": {
"model": "google-gateway/gemini-3-flash"
}
}
}