chore(sync): mirror docs from openclaw/openclaw@0abe64a4ff

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-14 05:38:54 +00:00
parent 08cce53c26
commit 2bfd3747a8
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "0eebb49fefab6eb445ea9e607f36c5df29ae4c21",
"syncedAt": "2026-04-14T03:06:07.939Z"
"sha": "0abe64a4ff70e3957ab43beee7f5445fafe08d8d",
"syncedAt": "2026-04-14T05:38:53.639Z"
}

View File

@ -174,6 +174,7 @@ Compatibility notes for stricter OpenAI-compatible backends:
- Gateway can reach the proxy? `curl http://127.0.0.1:1234/v1/models`.
- LM Studio model unloaded? Reload; cold start is a common “hanging” cause.
- OpenClaw warns when the detected context window is below **32k** and blocks below **16k**. If you hit that preflight, raise the server/model context limit or choose a larger model.
- Context errors? Lower `contextWindow` or raise your server limit.
- OpenAI-compatible server returns `messages[].content ... expected a string`?
Add `compat.requiresStringContent: true` on that model entry.