Open
Description
While the initial part of streaming from the LLM server is fine, the screen display speed slows down as time progresses, particularly towards the end of the streaming process. However, the LLM server has already finished sending the data, and only the screen display continues to be updated.
chat-ui/src/routes/conversation/[id]/+server.ts
Lines 390 to 396 in 6de97af
I suspect the above code section. Could it be a shortage of buffer?