ORromu commited on
Commit
bd7464a
·
verified ·
1 Parent(s): 6070185

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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: