added 2nd qwen 4bit server and config
This commit is contained in:
+23
-1
@@ -28,6 +28,28 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"qwen-4bit": {
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
"name": "Qwen 3.8 4bit",
|
||||
"options": {
|
||||
"baseURL": "http://192.168.2.49:12012/v1",
|
||||
"apiKey": "changeme",
|
||||
"timeout": false,
|
||||
"chunkTimeout": 300000
|
||||
},
|
||||
"models": {
|
||||
"mlx-community/Qwen3.8-27B-4bit": {
|
||||
"name": "Qwen 3.8 27B 4-bit",
|
||||
"tool_call": true,
|
||||
"reasoning": true,
|
||||
|
||||
"limit": {
|
||||
"context": 262144,
|
||||
"output": 81920
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user