Skip to content

Commit

Permalink
Update searxng.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 4, 2024
1 parent 4068a42 commit 61867c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/apps/rag/search/searxng.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ def search_searxng(
"q": query,
"format": "json",
"pageno": 1,
"results_per_page": count,
"language": language,
"time_range": time_range,
"engines": "",
"categories": categories,
"theme": "simple",
"image_proxy": 0,
Expand Down

0 comments on commit 61867c1

Please sign in to comment.