diff --git a/opencode.jsonc b/opencode.jsonc index 0287460..df72e54 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "autoupdate": false, "theme": "system", "model": "codex/gpt-5.3-codex", - "small_model": "opencode/gpt-5-nano", + "small_model": "codex/gpt-5.1-codex-mini", "plugin": ["oh-my-opencode@latest"], "provider": { // ref: https://models.dev/ @@ -56,7 +56,10 @@ "glm-4.7": { "name": "GLM-4.7", "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, + "modalities": { + "input": ["text"], + "output": ["text"] + }, "limit": { "context": 204800, "output": 131072 } } }