omarash2016 commited on
Commit
18c209d
·
verified ·
1 Parent(s): 26fb128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.api.tokenfactory.nebius.com/v1/" # 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
 
 
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