mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test(test_streaming.py): add more logging
This commit is contained in:
parent
b3574f2b37
commit
a428501e68
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ def test_completion_palm_stream():
|
|||
|
||||
def test_completion_gemini_stream():
|
||||
try:
|
||||
litellm.set_verbose = False
|
||||
litellm.set_verbose = True
|
||||
print("Streaming gemini response")
|
||||
messages = [
|
||||
{"role": "system", "content": "You are a helpful assistant."},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue