Update app.py
Browse files
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://
|
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
|