(test) test_stream_chunk_builder

This commit is contained in:
ishaan-jaff 2023-11-01 14:54:00 -07:00
parent 863867fe00
commit d492bca05e

View file

@ -56,5 +56,5 @@ 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()
test_stream_chunk_builder()