mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
docs(pass_through.md): update doc to specify key rpm limits will be enforced
This commit is contained in:
parent
77325358b4
commit
a6deb9c350
1 changed files with 4 additions and 1 deletions
|
|
@ -156,6 +156,8 @@ POST /api/public/ingestion HTTP/1.1" 207 Multi-Status
|
|||
|
||||
Use this if you want the pass through endpoint to honour LiteLLM keys/authentication
|
||||
|
||||
This also enforces the key's rpm limits on pass-through endpoints.
|
||||
|
||||
Usage - set `auth: true` on the config
|
||||
```yaml
|
||||
general_settings:
|
||||
|
|
@ -361,4 +363,5 @@ curl --location 'http://0.0.0.0:4000/v1/messages' \
|
|||
{"role": "user", "content": "Hello, world"}
|
||||
]
|
||||
}'
|
||||
```
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue