test(test_streaming.py): turning on print verbose for streaming tests

This commit is contained in:
Krrish Dholakia 2023-11-13 18:00:48 -08:00
parent afc19caf0f
commit fe9c1e2b45

View file

@ -351,7 +351,7 @@ def test_completion_cohere_stream_bad_key():
def test_completion_azure_stream():
try:
litellm.set_verbose = False
litellm.set_verbose = True
messages = [
{"role": "system", "content": "You are a helpful assistant."},
{