Browse Source

Update searxng.py

Timothy J. Baek 11 tháng trước cách đây
mục cha
commit
61867c1545
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      backend/apps/rag/search/searxng.py

+ 0 - 2
backend/apps/rag/search/searxng.py

@@ -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,