My chatgpt always worked like this: when I sent a prompt, the interface dynamically allocated space as the AI wrote its response, rather than beforehand, to avoid large, unused blank spaces and to maintain a seamless and coherent visual flow.
from yesterday I am encountering an interface issue where the chat screen preemptively allocates all the available space for the chat in the display area before the AI actually begins to write. This results in unnecessary blank spaces if the response does not fill the allocated space.
Also Immediately after I submit a prompt and before the AI start to responds, the interface preemptively shifts upwards like if all the display area must be take in advance. In fact the amount of space preallocated changes based on the orientation of my device (vertical or horizontal) because if the orientation of my device change the display area available change too.
I am not an expert but it looks like a bug to me and I find it very annoying. Please help me, I don’t know how to fix this. Any suggestions?