docs(pass_through.md): update doc to specify key rpm limits will be enforced

This commit is contained in:
Krrish Dholakia 2024-07-13 15:10:13 -07:00
parent 77325358b4
commit a6deb9c350

View file

@ -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"}
]
}'
```
```