fix(litellm_logging.py): fix merge conflict

This commit is contained in:
Krrish Dholakia 2024-09-18 10:49:31 -07:00
parent 84e813b0f4
commit 8600ec7704

View file

@ -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 = (