Update results.html
Browse files- results.html +1 -1
results.html
CHANGED
|
@@ -800,7 +800,7 @@
|
|
| 800 |
body: JSON.stringify({
|
| 801 |
api_key: TAVILY_API_KEYS[idx],
|
| 802 |
query: q,
|
| 803 |
-
search_depth: '
|
| 804 |
max_results: 20,
|
| 805 |
include_favicon: true
|
| 806 |
})
|
|
|
|
| 800 |
body: JSON.stringify({
|
| 801 |
api_key: TAVILY_API_KEYS[idx],
|
| 802 |
query: q,
|
| 803 |
+
search_depth: 'advanced',
|
| 804 |
max_results: 20,
|
| 805 |
include_favicon: true
|
| 806 |
})
|