AnesKAM commited on
Commit
363469d
·
verified ·
1 Parent(s): 9b976dd

Update results.html

Browse files
Files changed (1) hide show
  1. results.html +1 -1
results.html CHANGED
@@ -802,7 +802,7 @@
802
  body: JSON.stringify({
803
  api_key: TAVILY_API_KEYS[idx],
804
  query: q,
805
- search_depth: 'ultra-fast',
806
  max_results: 20,
807
  include_favicon: true
808
  })
 
802
  body: JSON.stringify({
803
  api_key: TAVILY_API_KEYS[idx],
804
  query: q,
805
+ search_depth: 'basic',
806
  max_results: 20,
807
  include_favicon: true
808
  })