To mimic the effect seen in ChatGPT where the text is returned iteratively, we should set the [stream](https://platform.openai.com/docs/api-reference/chat/create#chat/create-stream) parameter to true. https://platform.openai.com/docs/api-reference/authentication#chat/create-stream
To mimic the effect seen in ChatGPT where the text is returned iteratively, we should set the stream parameter to true.
https://platform.openai.com/docs/api-reference/authentication#chat/create-stream