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(): def test_async_chat_openai_stream():
try: try:
tmp_function = TmpFunction() tmp_function = TmpFunction()
# litellm.set_verbose = True litellm.set_verbose = True
litellm.success_callback = [tmp_function.async_test_logging_fn] litellm.success_callback = [tmp_function.async_test_logging_fn]
complete_streaming_response = "" complete_streaming_response = ""