mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat(pass_through_endpoint.py): support enforcing key rpm limits on pass through endpoints
Closes https://github.com/BerriAI/litellm/issues/4698
This commit is contained in:
parent
caa01d20cb
commit
0cc273d77b
5 changed files with 105 additions and 22 deletions
|
@ -299,6 +299,7 @@ class ProxyLogging:
|
|||
"image_generation",
|
||||
"moderation",
|
||||
"audio_transcription",
|
||||
"pass_through_endpoint",
|
||||
],
|
||||
) -> dict:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue