mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
append chunk to chunks
This commit is contained in:
parent
fe37f97423
commit
e07b3f5bfe
1 changed files with 3 additions and 1 deletions
|
@ -17,5 +17,7 @@ def test_stream_chunk_builder():
|
||||||
chunks = []
|
chunks = []
|
||||||
|
|
||||||
for chunk in response:
|
for chunk in response:
|
||||||
print(chunk)
|
chunks.append(chunk)
|
||||||
|
|
||||||
|
print(chunks)
|
||||||
test_stream_chunk_builder()
|
test_stream_chunk_builder()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue