fix: update Ollama web search endpoint

This commit is contained in:
Peter Steinberger
2026-04-25 22:17:19 +01:00
parent 0bcb4c95c1
commit b721f1dbad
3 changed files with 12 additions and 16 deletions

View File

@@ -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