Spaces:
Running
Running
Update app.py
Browse files
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
|
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.")
|