trpc and event streams
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
1 Reply
I tried to search for it but couldn't find any responses, are you able to link to the previous convos.
Surly I've done my own research on the internet and read thorough the trpc github issues but was hoping it could be done with tprc.
Well, apparently I'll have to add a regular endpoint
yup, sure, thanks for the answers!