openai-fsharp
openai-fsharp copied to clipboard
Chat streaming support
Thanks for creating this library with a very beautiful API.
Is Streaming supported by the library? I looked through the code and wasn't able to find anything based around that.
If you do look towards implementing that, I've found the TaskSeq<'T> to be very useful in implementing similar functionality.