mckaywrigley/chatbot-ui

The input is deleted after the previous response is complete

Opened this issue · 0 comments

There are many cases where I will start writing a message in the chat before the previous response has been completed.
In my case the message is being cleared after the LLM has finished the response and Ctrl+Z does not work to restore the deleted text.

I encountered this behavior with the GTP-4 Turbo, I have not tried any other model. I believe it has to do with the UI and not with the LLM in this case, I could be wrong tho.