mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs: fix docs
This commit is contained in:
parent
c4a5e2c5c7
commit
9f93ed110a
1 changed files with 3 additions and 3 deletions
|
|
@ -358,7 +358,7 @@ environment_variables:
|
|||
{
|
||||
"aud": "api://LiteLLM_Proxy",
|
||||
"oid": "eec236bd-0135-4b28-9354-8fc4032d543e",
|
||||
"roles": ["litellm.api.consumer"] # can be a list or a space-separated string
|
||||
"roles": ["litellm.api.consumer"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -415,9 +415,9 @@ general_settings:
|
|||
|
||||
Expected Token:
|
||||
|
||||
```
|
||||
```bash
|
||||
{
|
||||
"scope": ["litellm.api.consumer", "litellm.api.gpt_3_5_turbo"]
|
||||
"scope": ["litellm.api.consumer", "litellm.api.gpt_3_5_turbo"] # can be a list or a space-separated string
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue