Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import os
|
|
| 9 |
NEBIUS_API_KEY = os.environ.get("NEBIUS_API_KEY")
|
| 10 |
|
| 11 |
# --- UPDATE THESE VALUES ---
|
| 12 |
-
NEBIUS_BASE_URL = "https
|
| 13 |
TEXT_MODEL = "meta-llama/Llama-3.3-70B-Instruct" # Use a text model from your dashboard
|
| 14 |
IMAGE_MODEL = "black-forest-labs/flux-schnell" # Use an image model from your dashboard
|
| 15 |
|
|
|
|
| 9 |
NEBIUS_API_KEY = os.environ.get("NEBIUS_API_KEY")
|
| 10 |
|
| 11 |
# --- UPDATE THESE VALUES ---
|
| 12 |
+
NEBIUS_BASE_URL = "https://api.tokenfactory.nebius.com/v1/" # Use the URL from your Nebius dashboard" # Use the URL from your Nebius dashboard
|
| 13 |
TEXT_MODEL = "meta-llama/Llama-3.3-70B-Instruct" # Use a text model from your dashboard
|
| 14 |
IMAGE_MODEL = "black-forest-labs/flux-schnell" # Use an image model from your dashboard
|
| 15 |
|