mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(fix) test streaming
This commit is contained in:
parent
ba460e6838
commit
3e8cecc03b
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ def test_completion_claude_stream():
|
|||
},
|
||||
]
|
||||
response = completion(
|
||||
model="claude-instant-1", messages=messages, stream=True, max_tokens=50
|
||||
model="claude-instant-1.2", messages=messages, stream=True, max_tokens=50
|
||||
)
|
||||
complete_response = ""
|
||||
# Add any assertions here to check the response
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue