fix(litellm): honor noninteractive custom base url

This commit is contained in:
Peter Steinberger
2026-04-27 20:31:35 +01:00
parent 74eccd42d8
commit dec1f68d7e
4 changed files with 174 additions and 31 deletions

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>