rossiter78 commited on
Commit
735df5a
·
verified ·
1 Parent(s): 2d6517e

Call more friendly API Name

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ import os
4
 
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 = "https://rossiter78-langflowpoc.hf.space/api/v1/run/d53e1b2f-3572-40c8-84ab-725106ee858f"
9
  LANGFLOW_API_KEY = os.environ.get("LANGFLOW_API_KEY", "") # If needed
10
  HF_API_KEY = os.environ.get("HF_API_KEY", "")
 
4
 
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-langflowpoc.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", "")