Timothy J. Baek 11 месяцев назад
Родитель
Сommit
61867c1545
1 измененных файлов с 0 добавлено и 2 удалено
  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,