mirror of
https://github.com/searxng/searxng.git
synced 2026-09-11 16:56:05 +00:00
[fix] chatnoir: returns empty responses
This commit is contained in:
@@ -84,6 +84,7 @@ def request(query: str, params: "OnlineParams"):
|
||||
|
||||
params["url"] = f"{base_url}/api/v1/_search"
|
||||
params["method"] = "POST"
|
||||
params["impersonate"] = "none"
|
||||
|
||||
json_data = {
|
||||
"query": query,
|
||||
|
||||
Reference in New Issue
Block a user