diff --git a/opencode.jsonc b/opencode.jsonc index 20059c4..9eadd53 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -1,7 +1,6 @@ { "$schema": "https://opencode.ai/config.json", "autoupdate": false, - "theme": "system", "model": "litellm/claude-opus-4-6", "small_model": "litellm/claude-haiku-4-5", "plugin": ["oh-my-opencode@latest"], @@ -108,13 +107,7 @@ "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 }, - "options": { - "thinking": { - "type": "enabled", - "budgetTokens": 1024 - } - } + "limit": { "context": 204800, "output": 131072 } }, "glm-4.7": { "name": "GLM-4.7", @@ -123,13 +116,7 @@ "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 }, - "options": { - "thinking": { - "type": "enabled", - "budgetTokens": 1024 - } - } + "limit": { "context": 204800, "output": 131072 } }, "kimi-k2.5": { "name": "Kimi K2.5", @@ -138,13 +125,7 @@ "input": ["text", "image", "video"], "output": ["text"] }, - "limit": { "context": 262144, "output": 262144 }, - "options": { - "thinking": { - "type": "enabled", - "budgetTokens": 1024 - } - } + "limit": { "context": 262144, "output": 262144 } }, "MiniMax-M2.5": { "name": "MiniMax-M2.5", @@ -153,13 +134,7 @@ "input": ["text"], "output": ["text"] }, - "limit": { "context": 204800, "output": 131072 }, - "options": { - "thinking": { - "type": "enabled", - "budgetTokens": 1024 - } - } + "limit": { "context": 204800, "output": 131072 } } } }