mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(utils): adds complete streaming response to success handler
This commit is contained in:
parent
3319ba5027
commit
cf7e2595b8
7 changed files with 161 additions and 97 deletions
|
@ -54,4 +54,5 @@ def test_stream_chunk_builder():
|
|||
finnish_reason = choices["finish_reason"]
|
||||
except:
|
||||
raise Exception("stream_chunk_builder failed to rebuild response")
|
||||
test_stream_chunk_builder()
|
||||
# test_stream_chunk_builder()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue