mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(azure.py): add pre call logging for transcription calls
This commit is contained in:
parent
9274245a0b
commit
fac01f8481
3 changed files with 33 additions and 0 deletions
|
@ -981,6 +981,7 @@ class Logging:
|
|||
curl_command = self.model_call_details
|
||||
|
||||
# only print verbose if verbose logger is not set
|
||||
|
||||
if verbose_logger.level == 0:
|
||||
# this means verbose logger was not switched on - user is in litellm.set_verbose=True
|
||||
print_verbose(f"\033[92m{curl_command}\033[0m\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue