bstraehle commited on
Commit
3bd69bd
·
verified ·
1 Parent(s): f230a44

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +3 -0
crew.py CHANGED
@@ -4,6 +4,9 @@ from crewai_tools import (
4
  WebsiteSearchTool
5
  )
6
 
 
 
 
7
  def get_crew():
8
  search_tool = SerperDevTool()
9
  web_rag_tool = WebsiteSearchTool()
 
4
  WebsiteSearchTool
5
  )
6
 
7
+ PHOENIX_CLIENT_HEADERS = f"api_key={os.}"
8
+ PHOENIX_COLLECTOR_ENDPOINT = "https://app.phoenix.arize.com"
9
+
10
  def get_crew():
11
  search_tool = SerperDevTool()
12
  web_rag_tool = WebsiteSearchTool()