Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw supports Ollama Web Search as a bundled
web_searchFor local or self-hosted Ollama, this setup does not need an API key by default. It does require:
ollama signinFor direct hosted search, set the Ollama provider base URL to
https://ollama.comOLLAMA_API_KEYtext```bash} ollama signin ```
text```bash} openclaw configure --section web ``` Then select **Ollama Web Search** as the provider.
If you already use Ollama for models, Ollama Web Search reuses the same configured host.
json5{ tools: { web: { search: { provider: "ollama", }, }, }, }
Optional Ollama host override:
json5{ plugins: { entries: { ollama: { config: { webSearch: { baseUrl: "http://ollama-host:11434", }, }, }, }, }, }
If you already configure Ollama as a model provider, the web-search provider can reuse that host instead:
json5{ models: { providers: { ollama: { baseUrl: "http://ollama-host:11434", }, }, }, }
The Ollama model provider uses
baseUrlbaseURLmodels.providers.ollamaIf no explicit Ollama base URL is set, OpenClaw uses
http://127.0.0.1:11434If your Ollama host expects bearer auth, OpenClaw reuses
models.providers.ollama.apiKeyDirect hosted Ollama Web Search:
json5{ models: { providers: { ollama: { baseUrl: "https://ollama.com", apiKey: "OLLAMA_API_KEY", }, }, }, tools: { web: { search: { provider: "ollama", }, }, }, }
baseUrlhttps://ollama.comhttps://ollama.com/api/web_searchOLLAMA_API_KEYhttps://ollama.com/api/web_search/api/experimental/web_searchhttps://ollama.com/api/web_search© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine