Wajahat698 commited on
Commit
9edaec1
·
verified ·
1 Parent(s): fcba09a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1230,7 +1230,7 @@ def cache_response(query, response, ttl=3600):
1230
 
1231
  tavily_tool = TavilySearchResults(
1232
  max_results=6,
1233
- search_depth="intermediate",
1234
  include_answer=True,
1235
  include_raw_content=False,
1236
  include_images=False,
 
1230
 
1231
  tavily_tool = TavilySearchResults(
1232
  max_results=6,
1233
+ search_depth="advanced",
1234
  include_answer=True,
1235
  include_raw_content=False,
1236
  include_images=False,