This topic was automatically generated from Slack. You can find the original thread here.
Hey guys, I am experimenting with the OpenAi API a lot lately. I am particularly interested in the chat API with streaming activated. I found this nice tutorial. I tried to call the API in a pipedream workflow but struggle to send the results in real-time to my app. Even $.send.sse did not work out for me. The events where not streamed in real-time, but only when the workflow finish. I wonder: Is it possible to receive and send Server-Sent-Events in one workflow in pipedream in real-time?