Files
opencode-config/oh-my-opencode.jsonc
imbytecat 8a148c4c07 docs: 添加支持antigravity-gemini-3-flash模型的配置
- 添加文档生成器模型配置以支持谷歌的antigravity-gemini-3-flash模型
2026-01-24 02:08:17 +08:00

27 lines
671 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"
},
"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/antigravity-gemini-3-flash"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
}
}
}