diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 6633aa1..e077042 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,7 +2,7 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { - // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models + // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory "sisyphus": { "model": "cpa-openai/gpt-5.3-codex", "variant": "high" diff --git a/opencode.jsonc b/opencode.jsonc index 693832e..8452b44 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "autoupdate": false, "theme": "system", "model": "cpa-openai/gpt-5.3-codex", - "small_model": "opencode/gpt-5-nano", + "small_model": "cpa-openai/glm-4.7", "experimental": { "disable_paste_summary": true },