josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
364 stars 60 forks source link

[Feature request] Clear thread button #69

Open aIext opened 7 months ago

aIext commented 7 months ago

I'd love a "Clear thread" button to delete all messages inside a thread with one simple click.

The only way to do that at the moment is to 1) delete the thread and creating another one 2) confirm thread deletion 3) click "new chat" 4) select character. It's a pretty extensive process.

Thank you so much for your great work!