Spaces:
Sleeping
Sleeping
Update app.py
Browse filesUpdated to point to the new backend name.
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
|
| 6 |
# Configuration
|
| 7 |
#LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f")
|
| 8 |
-
LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-
|
| 9 |
#LANGFLOW_API_URL = "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f"
|
| 10 |
LANGFLOW_API_KEY = os.environ.get("LANGFLOW_API_KEY", "") # If needed
|
| 11 |
HF_API_KEY = os.environ.get("HF_API_KEY", "")
|
|
|
|
| 5 |
|
| 6 |
# Configuration
|
| 7 |
#LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f")
|
| 8 |
+
LANGFLOW_API_URL = os.environ.get("LANGFLOW_API_URL", "https://rossiter78-cpalangflowbackend.hf.space/api/v1/run/CPAChat")
|
| 9 |
#LANGFLOW_API_URL = "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f"
|
| 10 |
LANGFLOW_API_KEY = os.environ.get("LANGFLOW_API_KEY", "") # If needed
|
| 11 |
HF_API_KEY = os.environ.get("HF_API_KEY", "")
|