forked from phoenix/litellm-mirror
fix(support-passing-image-url-to-gemini-via-vertex-ai): Closes https://github.com/BerriAI/litellm/issues/4262
This commit is contained in:
parent
fdb9b24b9f
commit
3f7252c422
9 changed files with 154 additions and 161 deletions
|
@ -242,7 +242,7 @@ class Logging:
|
|||
extra={"api_base": {api_base}, **masked_headers},
|
||||
)
|
||||
else:
|
||||
verbose_logger.debug(f"\033[92m{curl_command}\033[0m\n")
|
||||
print_verbose(f"\033[92m{curl_command}\033[0m\n", log_level="DEBUG")
|
||||
# log raw request to provider (like LangFuse) -- if opted in.
|
||||
if log_raw_request_response is True:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue