darkc0de commited on
Commit
66509d5
Β·
verified Β·
1 Parent(s): d473bea

Update app.py

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