Files
opencode-config/oh-my-opencode.jsonc
imbytecat 42a33bc68e feat: 更新librarian模型为claude-sonnet-4-5
- 将 librarian 模型更新为 anthropic-gateway/claude-sonnet-4-5
2026-01-24 01:47:40 +08:00

28 lines
709 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"
},
"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"
},
"document-writer": {
"model": "google/antigravity-gemini-3-flash"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
}
}
}