docs(env): document OPENHUMAN_BRAVE_API_KEY + OPENHUMAN_PARALLEL_API_KEY in .env.example (#3098 sub-issue 4) (#3218)

This commit is contained in:
CodeGhost21
2026-06-02 07:30:22 -07:00
committed by GitHub
parent 5edf040e5d
commit 711c27cb06
+20
View File
@@ -140,6 +140,26 @@ OPENHUMAN_WEB_SEARCH_TIMEOUT_SECS=10
# QUERIT_API_KEY=
# OPENHUMAN_QUERIT_API_KEY=
# ---------------------------------------------------------------------------
# Brave search (direct API — https://brave.com/search/api/)
# ---------------------------------------------------------------------------
# [optional] API key from https://api.search.brave.com. Select "Brave" in
# Settings > Search engine, or set OPENHUMAN_SEARCH_ENGINE=brave. Powers
# web_search_tool plus brave_news_search / brave_image_search /
# brave_video_search. Engine silently falls back to "managed" if no key
# is present, so the agent always has working search.
# BRAVE_API_KEY=
# OPENHUMAN_BRAVE_API_KEY=
# ---------------------------------------------------------------------------
# Parallel search (direct API — https://parallel.ai)
# ---------------------------------------------------------------------------
# [optional] API key from https://parallel.ai. Select "Parallel" in
# Settings > Search engine, or set OPENHUMAN_SEARCH_ENGINE=parallel.
# Engine silently falls back to "managed" if no key is present.
# PARALLEL_API_KEY=
# OPENHUMAN_PARALLEL_API_KEY=
# ---------------------------------------------------------------------------
# SearXNG search (self-hosted — https://docs.searxng.org)
# ---------------------------------------------------------------------------