darkc0de commited on
Commit
4dec500
·
verified ·
1 Parent(s): 371813f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ API_BASE_URL = "https://openrouter.ai/api/v1" # Base URL for OpenRouter
19
  OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
20
 
21
  # Set the model you want to use from OpenRouter
22
- OPENROUTER_MODEL = "mistralai/mistral-small-3.1-24b-instruct:free" # User-specified model
23
 
24
  if not OPENROUTER_API_KEY:
25
  print("WARNING: OPENROUTER_API_KEY environment variable is not set.")
 
19
  OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
20
 
21
  # Set the model you want to use from OpenRouter
22
+ OPENROUTER_MODEL = "mistralai/mistral-small-24b-instruct-2501:free" # User-specified model
23
 
24
  if not OPENROUTER_API_KEY:
25
  print("WARNING: OPENROUTER_API_KEY environment variable is not set.")