Is a worker well suited for streaming chatGPT responses?

I want to stream responses back to users using Web Streams API in a worker. I'm on a free plan at present which doesn't allow workers running for long in any way. Do you think workers are better suited for immediate responses instead of text streaming cases like mine?
Was this page helpful?