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