From ec736e59755983423018b605bf883061419b5fa3 Mon Sep 17 00:00:00 2001 From: Shivam Rawat <161387515+shivamrawat1@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:31:43 -0700 Subject: [PATCH] Update litellm/litellm_core_utils/litellm_logging.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/litellm_core_utils/litellm_logging.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litellm/litellm_core_utils/litellm_logging.py b/litellm/litellm_core_utils/litellm_logging.py index da6935f1e94..d9d63681594 100644 --- a/litellm/litellm_core_utils/litellm_logging.py +++ b/litellm/litellm_core_utils/litellm_logging.py @@ -1723,9 +1723,6 @@ class Logging(LiteLLMLoggingBaseClass): md["hidden_params"] = existing or incoming return md["hidden_params"] = {**existing, **incoming} - self.model_call_details["litellm_params"]["metadata"][ - "hidden_params" - ] = getattr(logging_result, "_hidden_params", {}) def _process_hidden_params_and_response_cost( self,