docs: move API key to env export, remove inline environment_variables block

This commit is contained in:
João André Gomes Marques 2026-04-08 10:39:34 +02:00
parent 2b1594b860
commit c3424b8499
No known key found for this signature in database

View file

@ -77,9 +77,12 @@ litellm_settings:
general_settings:
master_key: "sk-1234"
```
environment_variables:
ASQAV_API_KEY: "your-asqav-api-key"
Set your Asqav API key in the environment before starting the proxy:
```bash
export ASQAV_API_KEY="your-asqav-api-key"
```
### 3. Start the proxy