Hey @angel1996 well it depends if you want to build out the functionality yourself or not.
If you want to use a plugin that does this for you, fetches LLM responses and more then your best bet is using this plugin New LLM streaming plugin!.
Otherwise should you want to build out this functionality yourself, you might want to create a custom event that scrolls to the bottom of the repeating group every x number of microseconds ‘while streaming = yes’
This functionality should be pretty straightforward to implement depending on your level of experience. Let me know if you need more help.