forked from phoenix/litellm-mirror
fix(litellm_logging.py): fix merge conflict
This commit is contained in:
parent
84e813b0f4
commit
8600ec7704
1 changed files with 0 additions and 12 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue