forked from agents/opencode
6ffb2b4003
- 将多个代理的模型配置更新为使用 gemini-3-flash 和 claude-sonnet-4-5,以提升性能和响应效率。
30 lines
768 B
JSON
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"
|
|
}
|
|
}
|
|
}
|