csabakecskemeti commited on
Commit
0542ac5
·
verified ·
1 Parent(s): 0ff5cef

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- api_key=tavily_key,
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,