mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(utils.py): set redis_usage_cache to none by default
This commit is contained in:
parent
555f0af027
commit
7738107d49
2 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,9 @@ class ProxyLogging:
|
|||
"""
|
||||
|
||||
def __init__(
|
||||
self, user_api_key_cache: DualCache, redis_usage_cache: Optional[RedisCache]
|
||||
self,
|
||||
user_api_key_cache: DualCache,
|
||||
redis_usage_cache: Optional[RedisCache] = None,
|
||||
):
|
||||
## INITIALIZE LITELLM CALLBACKS ##
|
||||
self.call_details: dict = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue