fix(azure.py): add pre call logging for transcription calls

This commit is contained in:
Krrish Dholakia 2024-03-08 22:23:21 -08:00
parent 9274245a0b
commit fac01f8481
3 changed files with 33 additions and 0 deletions

View file

@ -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")