test(main.py): adding more logging

This commit is contained in:
Krrish Dholakia 2024-01-25 18:15:24 -08:00
parent 13776b1df7
commit 39aec43b86
2 changed files with 6 additions and 2 deletions

View file

@ -206,7 +206,7 @@ def test_azure_completion_stream():
# checks if the model response available in the async + stream callbacks is equal to the received response
customHandler2 = MyCustomHandler()
litellm.callbacks = [customHandler2]
litellm.set_verbose = False
litellm.set_verbose = True
messages = [
{"role": "system", "content": "You are a helpful assistant."},
{