mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix [PROXY] returned data from litellm_pre_call_util (#7558)
This commit is contained in:
parent
f1540ceeab
commit
d74fa39454
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(
|
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
|
## ENFORCED PARAMS CHECK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue