mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-18 00:17:00 +00:00
append chunk to chunks
This commit is contained in:
@@ -17,5 +17,7 @@ def test_stream_chunk_builder():
|
||||
chunks = []
|
||||
|
||||
for chunk in response:
|
||||
print(chunk)
|
||||
chunks.append(chunk)
|
||||
|
||||
print(chunks)
|
||||
test_stream_chunk_builder()
|
||||
|
||||
Reference in New Issue
Block a user