Wajahat698 commited on
Commit
72c9883
·
verified ·
1 Parent(s): 15b5010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1233,8 +1233,7 @@ def cache_response(query, response, ttl=3600):
1233
  tavily_tool = TavilySearchResults(
1234
  max_results=12,
1235
  search_depth="advanced",
1236
- topic="news",
1237
- days=1,
1238
  include_answer=True,
1239
  include_raw_content=True,
1240
  # include_domains=[...],
 
1233
  tavily_tool = TavilySearchResults(
1234
  max_results=12,
1235
  search_depth="advanced",
1236
+ days=3,
 
1237
  include_answer=True,
1238
  include_raw_content=True,
1239
  # include_domains=[...],