From 3dc9c9543d0ea07e566191e886363d9716dd0d0e Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 19:35:44 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@dec1f68d7e57e83ab0556880b64f768ad1dc29ac --- .openclaw-sync/source.json | 4 ++-- docs/providers/litellm.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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" + ```