diff --git a/.devcontainer/opencode.json b/.devcontainer/opencode.json index 09dfebfce..c44c473c3 100644 --- a/.devcontainer/opencode.json +++ b/.devcontainer/opencode.json @@ -27,7 +27,10 @@ "models": { "Qwen/Qwen3.6-35B-A3B": { "name": "Qwen 3.6 35b A3B", - "tools": true + "limit": { + "context": 262144, + "output": 65536 + } } } }, @@ -44,7 +47,10 @@ "models": { "Qwen/Qwen3-Next-80B-A3B-Instruct": { "name": "Qwen 3-Next 80b A3B Instruct", - "tools": true, + "limit": { + "context": 262144, + "output": 65536 + } } } }, @@ -61,7 +67,10 @@ "models": { "MiniMaxAI/MiniMax-M2.5": { "name": "MiniMax M2.5", - "tools": true + "limit": { + "context": 196608, + "output": 65536 + } } } }