felixbade / assistant

Web UI for ChatGPT API. No back-end, mobile-friendly, continuously user-tested
https://assistant.bloat.app
ISC License
125 stars 25 forks source link

Ability to copy–paste response before it’s finished #69

Open felixbade opened 1 year ago

felixbade commented 1 year ago

It would be nice if it was possible to copy text before the AI has finished generation.

One option might be adding a pause button.

Another might be looking at the diff between the new message bubble and the old one, and only updating the part that has actually changed, instead of everything.

Related to #68.