docs(ollama): clarify qwen stability settings · openclaw/openclaw@8f26221
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -415,6 +415,7 @@ Use these as starting points and replace model IDs with the exact names from `ol
|
415 | 415 | input: ["text"], |
416 | 416 | params: { |
417 | 417 | num_ctx: 32768, |
| 418 | + thinking: false, |
418 | 419 | keep_alive: "15m", |
419 | 420 | }, |
420 | 421 | }, |
@@ -585,6 +586,7 @@ Use these as starting points and replace model IDs with the exact names from `ol
|
585 | 586 | ``` |
586 | 587 | |
587 | 588 | Use `compat.supportsTools: false` only when the model or server reliably fails on tool schemas. It trades agent capability for stability. |
| 589 | +`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. |
588 | 590 | |
589 | 591 | </Accordion> |
590 | 592 | </AccordionGroup> |
@@ -1012,7 +1014,7 @@ For the full setup and behavior details, see [Ollama Web Search](/tools/ollama-s
|
1012 | 1014 | { |
1013 | 1015 | id: "qwen3.5:9b", |
1014 | 1016 | name: "qwen3.5:9b", |
1015 | | - params: { num_ctx: 32768 }, |
| 1017 | + params: { num_ctx: 32768, thinking: false }, |
1016 | 1018 | }, |
1017 | 1019 | ], |
1018 | 1020 | }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。