From 4cc4ed2c210e8de553e02ce1327f34af40195f71 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 09:52:13 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@8f262211ee8fdd7226357a38ba609cecd8451681 --- .openclaw-sync/source.json | 4 ++-- docs/providers/ollama.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 7a483dbfa..4326c652d 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "7dc9a367efc1c154c84249c209cabbe692d8d086", - "syncedAt": "2026-04-27T09:47:35.512Z" + "sha": "8f262211ee8fdd7226357a38ba609cecd8451681", + "syncedAt": "2026-04-27T09:50:44.776Z" } diff --git a/docs/providers/ollama.md b/docs/providers/ollama.md index 2280adcfe..5e4c88e65 100644 --- a/docs/providers/ollama.md +++ b/docs/providers/ollama.md @@ -415,6 +415,7 @@ Use these as starting points and replace model IDs with the exact names from `ol input: ["text"], params: { num_ctx: 32768, + thinking: false, keep_alive: "15m", }, }, @@ -585,6 +586,7 @@ Use these as starting points and replace model IDs with the exact names from `ol ``` Use `compat.supportsTools: false` only when the model or server reliably fails on tool schemas. It trades agent capability for stability. + `localModelLean` removes the browser, cron, and message tools from the agent surface, but it does not change Ollama's runtime context or thinking mode. Pair it with explicit `params.num_ctx` and `params.thinking: false` for small Qwen-style thinking models that loop or spend their response budget on hidden reasoning. @@ -1012,7 +1014,7 @@ For the full setup and behavior details, see [Ollama Web Search](/tools/ollama-s { id: "qwen3.5:9b", name: "qwen3.5:9b", - params: { num_ctx: 32768 }, + params: { num_ctx: 32768, thinking: false }, }, ], },