mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
refactor(openai.py): support aiohttp streaming
This commit is contained in:
parent
bba62b56d3
commit
c053782d96
5 changed files with 108 additions and 42 deletions
|
@ -60,5 +60,4 @@ def test_stream_chunk_builder():
|
|||
print(role, content, finish_reason)
|
||||
except Exception as e:
|
||||
raise Exception("stream_chunk_builder failed to rebuild response", e)
|
||||
test_stream_chunk_builder()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue