forked from phoenix/litellm-mirror
fix async_pre_call_hook
This commit is contained in:
parent
e22c9ba0cc
commit
e4653e6032
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class _ENTERPRISE_SecretDetection(CustomLogger):
|
||||||
return detected_secrets
|
return detected_secrets
|
||||||
|
|
||||||
#### CALL HOOKS - proxy only ####
|
#### CALL HOOKS - proxy only ####
|
||||||
def async_pre_call_hook(
|
async def async_pre_call_hook(
|
||||||
self,
|
self,
|
||||||
user_api_key_dict: UserAPIKeyAuth,
|
user_api_key_dict: UserAPIKeyAuth,
|
||||||
cache: DualCache,
|
cache: DualCache,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue