load1n9 / openai

Unofficial Deno wrapper for the Open Ai api
MIT License
73 stars 23 forks source link

+better stream decoder #16

Open Iuriiiii opened 1 year ago

Iuriiiii commented 1 year ago

The previous stream decoder got me "chunks is not async iterable" error. I wrote a better Stream Decoder. It ables to cancel the stream whenever you want.

load1n9 commented 1 year ago

LGTM could you write tests for this?