mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix [PROXY] returned data from litellm_pre_call_util (#7558)
This commit is contained in:
parent
ebe113810b
commit
b91d7195a1
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ async def add_litellm_data_to_request( # noqa: PLR0915
|
|||
)
|
||||
|
||||
verbose_proxy_logger.debug(
|
||||
f"[PROXY]returned data from litellm_pre_call_utils: {data}"
|
||||
"[PROXY] returned data from litellm_pre_call_utils: %s", data
|
||||
)
|
||||
|
||||
## ENFORCED PARAMS CHECK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue