diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 244f8157b..85043ce6f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "e640c0a95fcbd06a1311f18fc635518d011d45da", - "syncedAt": "2026-04-25T22:24:51.504Z" + "sha": "e4bfc8066ecf90699ec4b8bc1b15c6be40c1965d", + "syncedAt": "2026-04-25T22:35:42.578Z" } diff --git a/docs/providers/openai.md b/docs/providers/openai.md index b6a0bc283..84aab9012 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -543,6 +543,8 @@ For image-generation requests on a recognized Azure host, OpenClaw: - Sends the `api-key` header instead of `Authorization: Bearer` - Uses deployment-scoped paths (`/openai/deployments/{deployment}/...`) - Appends `?api-version=...` to each request +- Uses a 600s default request timeout for Azure image-generation calls. + Per-call `timeoutMs` values still override this default. Other base URLs (public OpenAI, OpenAI-compatible proxies) keep the standard OpenAI image request shape.