mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(utils): adds complete streaming response to success handler
This commit is contained in:
parent
f941975a78
commit
9cda24e1b2
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