test(test_custom_logger.py): make test more verbose

This commit is contained in:
Krrish Dholakia 2024-03-09 16:20:14 -08:00
parent 9b7c8880c0
commit c333216f6e

View file

@ -100,7 +100,7 @@ class TmpFunction:
def test_async_chat_openai_stream():
try:
tmp_function = TmpFunction()
# litellm.set_verbose = True
litellm.set_verbose = True
litellm.success_callback = [tmp_function.async_test_logging_fn]
complete_streaming_response = ""