diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index e06a0a3..9ef860e 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,13 +1,9 @@ { "$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" }, - "prometheus": { - "model": "anthropic-gateway/claude-opus-4-5-thinking" - }, "oracle": { "model": "openai-gateway/gpt-5.2" }, @@ -15,16 +11,13 @@ "model": "google-gateway/gemini-3-pro-high" }, "librarian": { - "model": "anthropic-gateway/claude-sonnet-4-5" + "model": "opencode/glm-4.7-free" }, "explore": { "model": "opencode/grok-code" }, "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" - }, - "document-writer": { - "model": "google/antigravity-gemini-3-flash" } } }