mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
docs: move API key to env export, remove inline environment_variables block
This commit is contained in:
parent
2b1594b860
commit
c3424b8499
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue