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

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 19:35:44 +00:00
parent 685accf1c7
commit 3dc9c9543d
2 changed files with 8 additions and 2 deletions

View File

@ -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"
}

View File

@ -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"
```
</Step>
</Steps>