mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
docs(env): document OPENHUMAN_BRAVE_API_KEY + OPENHUMAN_PARALLEL_API_KEY in .env.example (#3098 sub-issue 4) (#3218)
This commit is contained in:
@@ -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)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user