docs: fix docs formatting drift · openclaw/openclaw@0eac643
vincentkoc
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -41,6 +41,7 @@ Before compacting, OpenClaw automatically reminds the agent to save important no
|
41 | 41 | - `input token count exceeds the maximum number of input tokens` |
42 | 42 | - `input is too long for the model` |
43 | 43 | - `ollama error: context length exceeded` |
| 44 | + |
44 | 45 | </Accordion> |
45 | 46 | </AccordionGroup> |
46 | 47 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,7 +15,7 @@ OpenClaw integrates with Ollama's native API (`/api/chat`) for hosted cloud mode
|
15 | 15 | |
16 | 16 | Ollama provider config uses `baseUrl` as the canonical key. OpenClaw also accepts `baseURL` for compatibility with OpenAI SDK-style examples, but new config should prefer `baseUrl`. |
17 | 17 | |
18 | | -### Auth rules |
| 18 | +## Auth rules |
19 | 19 | |
20 | 20 | <AccordionGroup> |
21 | 21 | <Accordion title="Local and LAN hosts"> |
@@ -33,6 +33,7 @@ Ollama provider config uses `baseUrl` as the canonical key. OpenClaw also accept
|
33 | 33 | - A provider-level key is sent only to that provider's Ollama host. |
34 | 34 | - `agents.*.memorySearch.remote.apiKey` is sent only to its remote embedding host. |
35 | 35 | - A pure `OLLAMA_API_KEY` env value is treated as the Ollama Cloud convention, not sent to local or self-hosted hosts by default. |
| 36 | + |
36 | 37 | </Accordion> |
37 | 38 | </AccordionGroup> |
38 | 39 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。