Spaces:
Building
Building
Andy Lee
commited on
Commit
·
adf0c49
1
Parent(s):
39a39cb
fix: openrouter model sometimes has a dash
Browse files
config.py
CHANGED
@@ -79,17 +79,19 @@ MODELS_CONFIG = {
|
|
79 |
},
|
80 |
"qwen2.5-vl-32b-free": {
|
81 |
"class": "OpenRouter",
|
82 |
-
"model_name": "qwen/
|
83 |
"description": "Qwen2.5 VL 32B - OpenRouter (FREE!)",
|
84 |
},
|
85 |
"qwen2.5-vl-7b": {
|
86 |
"class": "OpenRouter",
|
|
|
|
|
87 |
"model_name": "qwen/qwen-2.5-vl-7b-instruct",
|
88 |
"description": "Qwen2.5 VL 7B - OpenRouter",
|
89 |
},
|
90 |
"qwen2.5-vl-3b": {
|
91 |
"class": "OpenRouter",
|
92 |
-
"model_name": "qwen/
|
93 |
"description": "Qwen2.5 VL 3B - OpenRouter (Fastest)",
|
94 |
},
|
95 |
}
|
|
|
79 |
},
|
80 |
"qwen2.5-vl-32b-free": {
|
81 |
"class": "OpenRouter",
|
82 |
+
"model_name": "qwen/qwen2.5-vl-32b-instruct",
|
83 |
"description": "Qwen2.5 VL 32B - OpenRouter (FREE!)",
|
84 |
},
|
85 |
"qwen2.5-vl-7b": {
|
86 |
"class": "OpenRouter",
|
87 |
+
# This model name is different from others, this one has a dash.
|
88 |
+
# Do not change this.
|
89 |
"model_name": "qwen/qwen-2.5-vl-7b-instruct",
|
90 |
"description": "Qwen2.5 VL 7B - OpenRouter",
|
91 |
},
|
92 |
"qwen2.5-vl-3b": {
|
93 |
"class": "OpenRouter",
|
94 |
+
"model_name": "qwen/qwen2.5-vl-3b-instruct:free",
|
95 |
"description": "Qwen2.5 VL 3B - OpenRouter (Fastest)",
|
96 |
},
|
97 |
}
|