May 7
The issue where the system becomes almost unresponsive while an LLM is generating text output
There is an issue where the UI becomes almost unresponsive while the LLM is rendering text output.While the LLM is rendering, the scroll position is always locked at the bottom of the screen, and elements like the model switcher become unresponsive if they overlap with the rendering. As a result, the only way to get the UI to respond at the moment is to rapidly tap the screen during the brief pauses in rendering.If possible, could this be fixed so that the scroll position moves to the bottom of the screen only after rendering is complete?
Completed