small update
This commit is contained in:
+19
-21
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user