Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ MODELS = {
|
|
| 31 |
},
|
| 32 |
"Mistral Small": {
|
| 33 |
"api_url": "https://openrouter.ai/api/v1/chat/completions",
|
| 34 |
-
"model": "mistralai/
|
| 35 |
"key_env": "OPENROUTER_API_KEY",
|
| 36 |
"response_format": {"type": "json_object"},
|
| 37 |
"extra_headers": {
|
|
|
|
| 31 |
},
|
| 32 |
"Mistral Small": {
|
| 33 |
"api_url": "https://openrouter.ai/api/v1/chat/completions",
|
| 34 |
+
"model": "mistralai/ministral-8b",
|
| 35 |
"key_env": "OPENROUTER_API_KEY",
|
| 36 |
"response_format": {"type": "json_object"},
|
| 37 |
"extra_headers": {
|