As the title says really, I'm looking to implement my own chat gpt (surprise surprise) and I'd like it to write the response into UI in chunks.
Has anyone found a nice solution, does trpc supports streams (as far as I know it's not really possible)
I could replace it with WebSocket but I'd prefer Event Streams.
Any tips would be much appreciated