mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Update litellm/litellm_core_utils/litellm_logging.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
3aee39c86c
commit
ec736e5975
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue