From 2bfd3747a89ab1d8a646f78cb35e88bfd1069faf Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 14 Apr 2026 05:38:54 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@0abe64a4ff70e3957ab43beee7f5445fafe08d8d --- .openclaw-sync/source.json | 4 ++-- docs/gateway/local-models.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index cf15586b6..986bde5bd 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/gateway/local-models.md b/docs/gateway/local-models.md index d7bd15bfe..208330d70 100644 --- a/docs/gateway/local-models.md +++ b/docs/gateway/local-models.md @@ -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.