diff --git a/litellm/integrations/custom_logger.py b/litellm/integrations/custom_logger.py index d0efc2fb0..9d878a039 100644 --- a/litellm/integrations/custom_logger.py +++ b/litellm/integrations/custom_logger.py @@ -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