fix: clean up print verbose statements

This commit is contained in:
Krrish Dholakia 2024-03-05 15:01:03 -08:00
parent d362fc6eec
commit 78d87a4fbd
2 changed files with 4 additions and 6 deletions

View file

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