Seth0330 commited on
Commit
50aaed9
·
verified ·
1 Parent(s): 2d29397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/mistral-small-3.1-24b-instruct:free",
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": {