henrycunh / golem

✨ A beautiful UI for ChatGPT and other conversational models
https://golem.chat
MIT License
235 stars 63 forks source link

Feature request: Replicate ChatGPT UI\UX #9

Closed gdassori closed 1 year ago

gdassori commented 1 year ago

Geppeto glitches a bit when multiple inputs are sent concurrently during a conversation. ChatGPT locks the input while sending a response back to the client, and the response (using the streaming API as geppeto does if I'm not wrong) can be interrupted.

I suggest replicating this behavior in the geppeto chatbox, to avoid the glitching caused by multiple concurrent inputs.