forked from phoenix/litellm-mirror
(test) test_stream_chunk_builder
This commit is contained in:
parent
863867fe00
commit
d492bca05e
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ def test_stream_chunk_builder():
|
||||||
print(role, content, finish_reason)
|
print(role, content, finish_reason)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise Exception("stream_chunk_builder failed to rebuild response", e)
|
raise Exception("stream_chunk_builder failed to rebuild response", e)
|
||||||
# test_stream_chunk_builder()
|
test_stream_chunk_builder()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue