small update

This commit is contained in:
2026-08-27 21:23:09 +02:00
parent eac2a61452
commit fe828a6aa0
4 changed files with 82 additions and 49 deletions
+19 -21
View File
@@ -1,33 +1,31 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "qwen/mlx-community/Qwen3.6-35B-A3B-6bit",
"compaction": {
"auto": true,
"prune": true,
"reserved": 32768
},
"provider": {
"odin": {
"qwen": {
"npm": "@ai-sdk/anthropic",
"name": "Odin",
"name": "Qwen 3.8",
"options": {
"baseURL": "http://192.168.2.49:12000/v1",
"apiKey": "changeme"
"baseURL": "http://192.168.2.49:12010/v1",
"apiKey": "changeme",
"timeout": false,
"chunkTimeout": 300000
},
"models": {
"Qwen-Coder-Next": {
"name": "Qwen-Coder-Next",
"mlx-community/Qwen3.8-27B-8bit": {
"name": "Qwen 3.8 27B 8-bit",
"tool_call": true,
"options": {
"temperature": 1.0,
"top_p": 0.95
"reasoning": true,
"limit": {
"context": 262144,
"output": 81920
}
},
"Qwen3.6": {
"name": "Qwen3.6",
"tool_call": true
},
"gemma": {
"name": "gemma",
"tool_call": true
},
"MiniMax-M3": {
"name": "MiniMax-M3",
"tool_call": true
}
}
}