Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1175,8 +1175,8 @@ def cache_response(query, response, ttl=3600):
|
|
| 1175 |
|
| 1176 |
|
| 1177 |
tavily_tool = TavilySearchResults(
|
| 1178 |
-
max_results=
|
| 1179 |
-
search_depth="
|
| 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,
|