mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(utils.py): use print_verbose for statements, so debug can be seen when running sdk
This commit is contained in:
parent
3409ac7690
commit
34fcb3c984
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ class Logging:
|
|||
self.model_call_details["log_event_type"] = "post_api_call"
|
||||
|
||||
# User Logging -> if you pass in a custom logging function
|
||||
verbose_logger.debug(
|
||||
print_verbose(
|
||||
f"RAW RESPONSE:\n{self.model_call_details.get('original_response', self.model_call_details)}\n\n"
|
||||
)
|
||||
if self.logger_fn and callable(self.logger_fn):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue