Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ class ReactAgentChat:
|
|
98 |
"""Search the web for current information about any topic."""
|
99 |
try:
|
100 |
tavily_tool = TavilySearch(
|
101 |
-
|
102 |
max_results=5,
|
103 |
topic="general",
|
104 |
include_answer=True,
|
|
|
98 |
"""Search the web for current information about any topic."""
|
99 |
try:
|
100 |
tavily_tool = TavilySearch(
|
101 |
+
tavily_api_key=tavily_key,
|
102 |
max_results=5,
|
103 |
topic="general",
|
104 |
include_answer=True,
|