Closed frankgreco closed 1 year ago
good idea, streaming has been implemented
Is it? Could you point me to it? I see there's a stream request param but I don't see how we return a channel or iterator to the client to process the chunks as they're streamed in.
Oh you just added it! Wow thanks!
The OpenAI Golang SDK has a good pattern for streaming. It would be nice to see that here as well.