Spaces:
Sleeping
Sleeping
Kate Forsberg
commited on
Commit
·
5c3e885
1
Parent(s):
76644fe
fix url
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def build_agent(session_id:str,message:str) -> Agent:
|
|
127 |
name="QueryResumeSearcher",
|
128 |
description="Use it to search for a candidate with the query.",
|
129 |
driver = GriptapeCloudStructureRunDriver(
|
130 |
-
base_url=os.getenv("BASE_URL"),
|
131 |
structure_id=os.getenv("GT_STRUCTURE_ID"),
|
132 |
api_key=os.getenv("GT_CLOUD_API_KEY"),
|
133 |
structure_run_wait_time_interval=5,
|
|
|
127 |
name="QueryResumeSearcher",
|
128 |
description="Use it to search for a candidate with the query.",
|
129 |
driver = GriptapeCloudStructureRunDriver(
|
130 |
+
base_url=os.getenv("BASE_URL","https://cloud.griptape.ai"),
|
131 |
structure_id=os.getenv("GT_STRUCTURE_ID"),
|
132 |
api_key=os.getenv("GT_CLOUD_API_KEY"),
|
133 |
structure_run_wait_time_interval=5,
|