Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -31,7 +31,7 @@ from supabase.client import Client, create_client
|
|
| 31 |
HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 32 |
SUPABASE_URL = os.environ.get("SUPABASE_URL")
|
| 33 |
SUPABASE_SERVICE_ROLE_KEY = os.environ.get("SUPABASE_SERVICE_ROLE_KEY")
|
| 34 |
-
|
| 35 |
|
| 36 |
# load the system prompt from the file
|
| 37 |
with open("prompt.txt", "r", encoding="utf-8") as f:
|
|
|
|
| 31 |
HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 32 |
SUPABASE_URL = os.environ.get("SUPABASE_URL")
|
| 33 |
SUPABASE_SERVICE_ROLE_KEY = os.environ.get("SUPABASE_SERVICE_ROLE_KEY")
|
| 34 |
+
TAVILY_API_KEY = os.environ.get("TAVILY_API_KEY")
|
| 35 |
|
| 36 |
# load the system prompt from the file
|
| 37 |
with open("prompt.txt", "r", encoding="utf-8") as f:
|