Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,9 +33,9 @@ MODELS = {
|
|
| 33 |
},
|
| 34 |
},
|
| 35 |
"Mistral Small": {
|
| 36 |
-
"api_url": "https://
|
| 37 |
-
"model": "mistral-small-
|
| 38 |
-
"key_env": "
|
| 39 |
"response_format": {"type": "json_object"},
|
| 40 |
"extra_headers": {
|
| 41 |
"HTTP-Referer": "https://huggingface.co",
|
|
|
|
| 33 |
},
|
| 34 |
},
|
| 35 |
"Mistral Small": {
|
| 36 |
+
"api_url": "https://openrouter.ai/api/v1/chat/completions",
|
| 37 |
+
"model": "mistralai/mistral-small-3.1-24b-instruct:free",
|
| 38 |
+
"key_env": "OPENROUTER_API_KEY",
|
| 39 |
"response_format": {"type": "json_object"},
|
| 40 |
"extra_headers": {
|
| 41 |
"HTTP-Referer": "https://huggingface.co",
|