darkc0de commited on
Commit
22df05d
Β·
verified Β·
1 Parent(s): 740f2fd

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.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-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.")
 
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.2-24b-instruct-2506:free" # User-specified model
23
 
24
  if not OPENROUTER_API_KEY:
25
  print("WARNING: OPENROUTER_API_KEY environment variable is not set.")