Files
opencode-config/oh-my-opencode.jsonc
imbytecat 206a554c6b refactor: 更新模型标识符命名规范
- 更新模型标识符以使用新的网关前缀命名规范。
2026-01-24 02:26:10 +08:00

30 lines
756 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-opus-4-5-thinking"
},
"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": "opencode/glm-4.7-free"
},
"explore": {
"model": "opencode/grok-code"
},
"document-writer": {
"model": "google-gateway/gemini-3-flash"
},
"multimodal-looker": {
"model": "google-gateway/gemini-3-flash"
}
}
}