diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index d02fee971..b9658773f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "54e13d4910994da2e101fb1ae174421f941efbf5", - "syncedAt": "2026-04-27T19:31:43.889Z" + "sha": "dec1f68d7e57e83ab0556880b64f768ad1dc29ac", + "syncedAt": "2026-04-27T19:34:10.046Z" } diff --git a/docs/providers/litellm.md b/docs/providers/litellm.md index 617bd545f..1d4a02a22 100644 --- a/docs/providers/litellm.md +++ b/docs/providers/litellm.md @@ -30,6 +30,12 @@ read_when: ```bash openclaw onboard --auth-choice litellm-api-key ``` + + For non-interactive setup against a remote proxy, pass the proxy URL explicitly: + + ```bash + openclaw onboard --non-interactive --auth-choice litellm-api-key --litellm-api-key "$LITELLM_API_KEY" --custom-base-url "https://litellm.example/v1" + ```