switch to Qwen3-VL-8B-Instruct, fix start.sh arg, enable tool calling with hermes parser
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"model": "Agent/Qwen2.5-7B-Instruct",
|
||||
"model": "Agent/Qwen3-VL-8B-Instruct",
|
||||
"provider": {
|
||||
"Agent": {
|
||||
"api": "openai",
|
||||
@@ -9,9 +9,9 @@
|
||||
"apiKey": "not-needed"
|
||||
},
|
||||
"models": {
|
||||
"Qwen2.5-7B-Instruct": {
|
||||
"id": "Qwen2.5-7B-Instruct",
|
||||
"name": "Qwen2.5-7B-Instruct",
|
||||
"Qwen3-VL-8B-Instruct": {
|
||||
"id": "Qwen3-VL-8B-Instruct",
|
||||
"name": "Qwen3-VL-8B-Instruct",
|
||||
"limit": { "context": 32768, "output": 8192 },
|
||||
"cost": { "input": 0, "output": 0 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user