forked from phoenix/litellm-mirror
feat - allow accessing data post success call
This commit is contained in:
parent
8cb62213e1
commit
4685b9909a
12 changed files with 71 additions and 21 deletions
|
@ -133,6 +133,7 @@ class _ENTERPRISE_Aporio(CustomLogger):
|
|||
|
||||
async def async_post_call_success_hook(
|
||||
self,
|
||||
data: dict,
|
||||
user_api_key_dict: UserAPIKeyAuth,
|
||||
response,
|
||||
):
|
||||
|
|
|
@ -90,6 +90,7 @@ class _ENTERPRISE_BannedKeywords(CustomLogger):
|
|||
|
||||
async def async_post_call_success_hook(
|
||||
self,
|
||||
data: dict,
|
||||
user_api_key_dict: UserAPIKeyAuth,
|
||||
response,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue