mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-22 20:25:12 +00:00
test(test_streaming.py): turning on print verbose for streaming tests
This commit is contained in:
@@ -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."},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user