privateuserh commited on
Commit
dced53b
·
verified ·
1 Parent(s): ab4f5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # --- IMPORTANT ---
7
  # Replace this with your actual Cloudflare Worker URL after deployment.
8
  # You can also set this as a Hugging Face Space secret if you prefer.
9
- BACKEND_API_URL = os.getenv("BACKEND_API_URL", "https://actor-llm-deepseek-backend.smplushypermedia.workers.dev/")
10
  # Example: https://actor-llm-deepseek-backend.your-username.workers.dev
11
 
12
  # Store conversation history for context
 
6
  # --- IMPORTANT ---
7
  # Replace this with your actual Cloudflare Worker URL after deployment.
8
  # You can also set this as a Hugging Face Space secret if you prefer.
9
+ BACKEND_API_URL = os.getenv("BACKEND_API_URL", "https://your-worker-name.your-username.workers.dev")
10
  # Example: https://actor-llm-deepseek-backend.your-username.workers.dev
11
 
12
  # Store conversation history for context