mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 16:51:13 +00:00
docs: refresh key-free web search ordering
This commit is contained in:
@@ -85,8 +85,9 @@ parameters override config values per-query.
|
||||
under heavy or automated use
|
||||
- **HTML parsing** — results depend on page structure, which can change without
|
||||
notice
|
||||
- **Auto-detection order** — DuckDuckGo is checked last (order 100) in
|
||||
auto-detection, so any API-backed provider with a key takes priority
|
||||
- **Auto-detection order** — DuckDuckGo is the first key-free fallback
|
||||
(order 100) in auto-detection. API-backed providers with configured keys run
|
||||
first, then Ollama Web Search (order 110), then SearXNG (order 200)
|
||||
- **SafeSearch defaults to moderate** when not configured
|
||||
|
||||
<Tip>
|
||||
|
||||
@@ -114,9 +114,9 @@ key wins first).
|
||||
- **No API key** -- works with any SearXNG instance out of the box
|
||||
- **Base URL validation** -- `baseUrl` must be a valid `http://` or `https://`
|
||||
URL; public hosts must use `https://`
|
||||
- **Auto-detection order** -- SearXNG is checked last (order 200) in auto-detection,
|
||||
so any API-backed provider with a key takes priority over SearXNG, and SearXNG sits
|
||||
behind DuckDuckGo (order 100) as well
|
||||
- **Auto-detection order** -- SearXNG is checked last (order 200) in
|
||||
auto-detection. API-backed providers with configured keys run first, then
|
||||
DuckDuckGo (order 100), then Ollama Web Search (order 110)
|
||||
- **Self-hosted** -- you control the instance, queries, and upstream search engines
|
||||
- **Categories** default to `general` when not configured
|
||||
|
||||
|
||||
Reference in New Issue
Block a user