From 8600ec77042dacad324d3879a2bd918fc6a719fa Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 18 Sep 2024 10:49:31 -0700 Subject: [PATCH] fix(litellm_logging.py): fix merge conflict --- litellm/litellm_core_utils/litellm_logging.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/litellm/litellm_core_utils/litellm_logging.py b/litellm/litellm_core_utils/litellm_logging.py index ed6676285..ca02ea3aa 100644 --- a/litellm/litellm_core_utils/litellm_logging.py +++ b/litellm/litellm_core_utils/litellm_logging.py @@ -1633,18 +1633,6 @@ class Logging: self.model_call_details.setdefault("original_response", None) self.model_call_details["response_cost"] = 0 - ## STANDARDIZED LOGGING PAYLOAD - self.model_call_details["standard_logging_object"] = ( - get_standard_logging_object_payload( - kwargs=self.model_call_details, - init_response_obj={}, - start_time=start_time, - end_time=end_time, - logging_obj=self, - status="failure", - ) - ) - if hasattr(exception, "headers") and isinstance(exception.headers, dict): self.model_call_details.setdefault("litellm_params", {}) metadata = (