switch to Qwen2.5-7B-Instruct

This commit is contained in:
2026-06-14 19:08:43 +08:00
parent b3caa7dd7b
commit 62db1a70aa
2 changed files with 8 additions and 9 deletions
+4 -5
View File
@@ -8,12 +8,11 @@
"apiKey": "not-needed"
},
"models": {
"GLM-4.6V-Flash": {
"id": "GLM-4.6V-Flash",
"name": "GLM-4.6V-Flash",
"Qwen2.5-7B-Instruct": {
"id": "Qwen2.5-7B-Instruct",
"name": "Qwen2.5-7B-Instruct",
"limit": { "context": 32768, "output": 8192 },
"cost": { "input": 0, "output": 0 },
"modalities": { "input": ["text", "image"], "output": ["text"] }
"cost": { "input": 0, "output": 0 }
}
}
}