Files
opencode-config/oh-my-opencode.jsonc
imbytecat 1548f1a947 feat: 更新librarian和explore模型为claude-haiku-4-5
- 将librarian和explore模型更新为anthropic-gateway/claude-haiku-4-5
2026-01-24 02:35:16 +08:00

30 lines
778 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": "anthropic-gateway/claude-haiku-4-5"
},
"explore": {
"model": "anthropic-gateway/claude-haiku-4-5"
},
"document-writer": {
"model": "google-gateway/gemini-3-flash"
},
"multimodal-looker": {
"model": "google-gateway/gemini-3-flash"
}
}
}