Update app.py
Browse files
app.py
CHANGED
|
@@ -36,9 +36,9 @@ GROQ_MODELS = [
|
|
| 36 |
]
|
| 37 |
|
| 38 |
OPENROUTER_MODELS = [
|
| 39 |
-
{"model_id": "google/gemini-2.0-flash-001"},
|
| 40 |
-
{"model_id": "qwen/qwen-2.5-72b-instruct"},
|
| 41 |
-
{"model_id": "meta-llama/llama-3.3-70b-instruct"},
|
| 42 |
]
|
| 43 |
|
| 44 |
_LABELS = Literal[
|
|
|
|
| 36 |
]
|
| 37 |
|
| 38 |
OPENROUTER_MODELS = [
|
| 39 |
+
{"model_id": "google/gemini-2.0-flash-001:free"},
|
| 40 |
+
{"model_id": "qwen/qwen-2.5-72b-instruct:free"},
|
| 41 |
+
{"model_id": "meta-llama/llama-3.3-70b-instruct:free"},
|
| 42 |
]
|
| 43 |
|
| 44 |
_LABELS = Literal[
|