forked from phoenix/litellm-mirror
refactor(custom_logger.py): add async log stream event function
This commit is contained in:
parent
8bb01422ee
commit
dc148c37b0
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ class CustomLogger: # https://docs.litellm.ai/docs/observability/custom_callback
|
|||
def log_failure_event(self, kwargs, response_obj, start_time, end_time):
|
||||
pass
|
||||
|
||||
async def async_log_stream_event(self, kwargs, response_obj, start_time, end_time):
|
||||
pass
|
||||
|
||||
async def async_log_pre_api_call(self, model, messages, kwargs):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue