Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,8 @@ OPENROUTER_MODELS = [
|
|
178 |
"moonshotai/kimi-vl-a3b-thinking:free",
|
179 |
"google/gemini-2.5-pro-preview-03-25",
|
180 |
"microsoft/phi-4-multimodal-instruct",
|
181 |
-
"qwen/qwen2.5-vl-72b-instruct:free"
|
|
|
182 |
]
|
183 |
|
184 |
# Utility Functions
|
|
|
178 |
"moonshotai/kimi-vl-a3b-thinking:free",
|
179 |
"google/gemini-2.5-pro-preview-03-25",
|
180 |
"microsoft/phi-4-multimodal-instruct",
|
181 |
+
"qwen/qwen2.5-vl-72b-instruct:free",
|
182 |
+
"openrouter/optimus-alpha"
|
183 |
]
|
184 |
|
185 |
# Utility Functions
|