mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(utils.py): override default success callbacks with dynamic callbacks if set
This commit is contained in:
parent
443225acb4
commit
92058cbcd4
5 changed files with 43 additions and 19 deletions
|
@ -9,7 +9,7 @@ from litellm import ModelResponse
|
|||
from datetime import datetime
|
||||
|
||||
|
||||
class MaxParallelRequestsHandler(CustomLogger):
|
||||
class _PROXY_MaxParallelRequestsHandler(CustomLogger):
|
||||
user_api_key_cache = None
|
||||
|
||||
# Class variables or attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue