mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
add empty chunks list
This commit is contained in:
parent
a39a204457
commit
fe37f97423
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ def test_stream_chunk_builder():
|
|||
max_tokens=10,
|
||||
)
|
||||
|
||||
chunks = []
|
||||
|
||||
for chunk in response:
|
||||
print(chunk)
|
||||
test_stream_chunk_builder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue