mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:20:43 +00:00
fix: update Ollama web search endpoint
This commit is contained in:
@@ -7,9 +7,9 @@ read_when:
|
||||
title: "Ollama web search"
|
||||
---
|
||||
|
||||
OpenClaw supports **Ollama Web Search** as a bundled `web_search` provider.
|
||||
It uses Ollama's experimental web-search API and returns structured results
|
||||
with titles, URLs, and snippets.
|
||||
OpenClaw supports **Ollama Web Search** as a bundled `web_search` provider. It
|
||||
uses Ollama's web-search API and returns structured results with titles, URLs,
|
||||
and snippets.
|
||||
|
||||
Unlike the Ollama model provider, this setup does not need an API key by
|
||||
default. It does require:
|
||||
@@ -89,8 +89,7 @@ for web-search requests too.
|
||||
it does not block selection.
|
||||
- Runtime auto-detect can fall back to Ollama Web Search when no higher-priority
|
||||
credentialed provider is configured.
|
||||
- The provider uses Ollama's experimental `/api/experimental/web_search`
|
||||
endpoint.
|
||||
- The provider uses Ollama's `/api/web_search` endpoint.
|
||||
|
||||
## Related
|
||||
|
||||
|
||||
Reference in New Issue
Block a user