Does anyone know of any libraries that can be used to render OpenAI API streaming responses?
I have react-markdown set up to display the messages in markdown once they are fully received, but I can’t find a solution for rendering them in real-time as they are streamed.