chore(sync): mirror docs from openclaw/openclaw@d16b879334

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-23 23:38:34 +00:00
parent fff4e6a66c
commit fc8791cd03
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "f7c4d7a5f0c4efece9d93e2c82f35111bb89ee7f",
"syncedAt": "2026-04-23T23:27:58.820Z"
"sha": "d16b879334eeec07e610b1ea0063fbd134b61048",
"syncedAt": "2026-04-23T23:37:00.444Z"
}

View File

@ -236,6 +236,10 @@ does not first try `OPENAI_API_KEY` or silently fall back to an API key for that
request. Configure `models.providers.openai` explicitly with an API key,
custom base URL, or Azure endpoint when you want the direct OpenAI Images API
route instead.
If that custom image endpoint is on a trusted LAN/private address, also set
`browser.ssrfPolicy.dangerouslyAllowPrivateNetwork: true`; OpenClaw keeps
private/internal OpenAI-compatible image endpoints blocked unless this opt-in is
present.
Generate:

View File

@ -35,6 +35,10 @@ Codex OAuth uses the same `openai/gpt-image-2` model ref. When an
through that same OAuth profile instead of first trying `OPENAI_API_KEY`.
Explicit custom `models.providers.openai` image config, such as an API key or
custom/Azure base URL, opts back into the direct OpenAI Images API route.
For OpenAI-compatible LAN endpoints such as LocalAI, keep the custom
`models.providers.openai.baseUrl` and explicitly opt in with
`browser.ssrfPolicy.dangerouslyAllowPrivateNetwork: true`; private/internal
image endpoints remain blocked by default.
3. Ask the agent: _"Generate an image of a friendly robot mascot."_