mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix: clean up print verbose statements
This commit is contained in:
parent
d362fc6eec
commit
78d87a4fbd
2 changed files with 4 additions and 6 deletions
|
@ -1738,10 +1738,10 @@ class Logging:
|
|||
end_time=end_time,
|
||||
)
|
||||
if callable(callback): # custom logger functions
|
||||
print_verbose(
|
||||
f"Making async function logging call for {callback}, result={result} - {self.model_call_details}",
|
||||
logger_only=True,
|
||||
)
|
||||
# print_verbose(
|
||||
# f"Making async function logging call for {callback}, result={result} - {self.model_call_details}",
|
||||
# logger_only=True,
|
||||
# )
|
||||
if self.stream:
|
||||
if (
|
||||
"async_complete_streaming_response"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue