client
client copied to clipboard
completions create: support stream?
see: https://beta.openai.com/docs/api-reference/completions/create#completions/create-stream
should we support stream response?
+1 - This would be a great addition.
@gehrisandro What would this represent in terms of code changes?
In the current draft we trying to save the same CreateResponse
object which allows to iterate over himself when stream response was requested.
I switch this package instead https://github.com/orhanerday/open-ai#stream-example
@nunomaduro some news on this functionality (Streaming)?