mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(tools): integrate Seltz as a direct-API search tool (#1717)
This commit is contained in:
@@ -99,6 +99,17 @@ OPENHUMAN_WEB_SEARCH_MAX_RESULTS=5
|
||||
# [optional] Default: 10
|
||||
OPENHUMAN_WEB_SEARCH_TIMEOUT_SECS=10
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Seltz search (direct API — https://seltz.ai)
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] API key from https://console.seltz.ai. When set, enables the
|
||||
# seltz_search agent tool. Fast (<200ms), independent index, domain/date filters.
|
||||
# SELTZ_API_KEY=
|
||||
# [optional] Override API base URL (default: https://api.seltz.ai/v1)
|
||||
# SELTZ_API_URL=
|
||||
# [optional] Default max results per query (1-20, default 10)
|
||||
# OPENHUMAN_SELTZ_MAX_RESULTS=10
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Proxy
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user