Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 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=[...],
|