feat(search): add Querit provider (#2753)

Co-authored-by: wangxinwei03 <wangxinwei03@MacBook-Pro.local>
This commit is contained in:
MurphyZzzzz
2026-05-28 21:06:26 -07:00
committed by GitHub
co-authored by wangxinwei03
parent 3278f2cb52
commit 5a5cd43ea9
30 changed files with 1389 additions and 85 deletions
+8
View File
@@ -129,6 +129,14 @@ OPENHUMAN_WEB_SEARCH_TIMEOUT_SECS=10
# [optional] Default max results per query (1-20, default 10)
# OPENHUMAN_SELTZ_MAX_RESULTS=10
# ---------------------------------------------------------------------------
# Querit search (direct API — https://www.querit.ai)
# ---------------------------------------------------------------------------
# [optional] API key from https://www.querit.ai. Select "Querit" in
# Settings > Search engine, or set OPENHUMAN_SEARCH_ENGINE=querit.
# QUERIT_API_KEY=
# OPENHUMAN_QUERIT_API_KEY=
# ---------------------------------------------------------------------------
# SearXNG search (self-hosted — https://docs.searxng.org)
# ---------------------------------------------------------------------------