mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(test_streaming.py): turning on print verbose for streaming tests
This commit is contained in:
parent
afc19caf0f
commit
fe9c1e2b45
1 changed files with 1 additions and 1 deletions
|
|
@ -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."},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue