diff --git a/opencode.cfg/opencode.json b/opencode.cfg/opencode.json index ead9265..1e9c1b6 100644 --- a/opencode.cfg/opencode.json +++ b/opencode.cfg/opencode.json @@ -18,10 +18,33 @@ "name": "lfm2" }, "qwen3-coder-next:latest": { - "name": "qwen3" + "name": "qwen3", + "family": "qwen3next", + "reasoning": false, + "tool_call": true, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "limit": { + "context": 128000, // Context window size + "output": 8192 // Output token limit + }, + "options": { + "num_ctx": 16000, // Context window size for Ollama + "temperature": 1.0, + "top_p": 0.95, + "top_k": 40, + "max_tokens": 8192 // Max response length + } }, "gemma3:4b": { - "name": "Gemma *", + "name": "Gemma 3:4b", + "family": "gemma", "temperature": false, "reasoning": false, "attachment": true, @@ -43,7 +66,6 @@ "num_ctx": 16000 // Context window size for Ollama }, "headers": {}, - "family": "gemma", "release_date": "13 March 2025", "variants": {} }