Wajahat698 commited on
Commit
8f252f6
·
verified ·
1 Parent(s): 959946f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -1229,11 +1229,10 @@ def cache_response(query, response, ttl=3600):
1229
 
1230
 
1231
  tavily_tool = TavilySearchResults(
1232
- max_results=6,
1233
- search_depth="advanced",
1234
  include_answer=True,
1235
- include_raw_content=True,
1236
- include_images=True,
1237
  # include_domains=[...],
1238
  # exclude_domains=[...],
1239
  # name="...", # overwrite default tool name
 
1229
 
1230
 
1231
  tavily_tool = TavilySearchResults(
1232
+ search_depth="intermediate",
 
1233
  include_answer=True,
1234
+ include_raw_content=False,
1235
+ include_images=False,
1236
  # include_domains=[...],
1237
  # exclude_domains=[...],
1238
  # name="...", # overwrite default tool name