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
|
||||
|
||||
#### CALL HOOKS - proxy only ####
|
||||
def async_pre_call_hook(
|
||||
async def async_pre_call_hook(
|
||||
self,
|
||||
user_api_key_dict: UserAPIKeyAuth,
|
||||
cache: DualCache,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue