Wajahat698 commited on
Commit
37a6f3b
·
verified ·
1 Parent(s): 81f21fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1175,8 +1175,8 @@ def cache_response(query, response, ttl=3600):
1175
 
1176
 
1177
  tavily_tool = TavilySearchResults(
1178
- max_results=4,
1179
- search_depth="basic",
1180
  include_answer=True,
1181
  include_raw_content=False,
1182
  include_images=False,
 
1175
 
1176
 
1177
  tavily_tool = TavilySearchResults(
1178
+ max_results=5,
1179
+ search_depth="intermediate",
1180
  include_answer=True,
1181
  include_raw_content=False,
1182
  include_images=False,