mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_custom_logger.py): make test more verbose
This commit is contained in:
parent
9b7c8880c0
commit
c333216f6e
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue