Update crew.py
Browse files
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()
|