From a6deb9c350d4306c6129c649856b424b5fbd8537 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 13 Jul 2024 15:10:13 -0700 Subject: [PATCH] docs(pass_through.md): update doc to specify key rpm limits will be enforced --- docs/my-website/docs/proxy/pass_through.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/pass_through.md b/docs/my-website/docs/proxy/pass_through.md index 092b2424b02..ffa4f4d76bd 100644 --- a/docs/my-website/docs/proxy/pass_through.md +++ b/docs/my-website/docs/proxy/pass_through.md @@ -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"} ] }' -``` \ No newline at end of file +``` +