docs: fix docs

This commit is contained in:
Krrish Dholakia 2025-02-12 07:28:21 -08:00
parent c4a5e2c5c7
commit 9f93ed110a

View file

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