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

'Regenerate response' and 'message generation info' icons are shown and enabled for user's messages in chat #55

Closed kickahaota closed 1 year ago

kickahaota commented 1 year ago

The AI is now offering to rewrite my stuff. :) The blue regenerate-response icon is now shown for all messages in the chat, not just the AI's messages. And sure enough, it works; if I click the icon on one of my messages, the AI happily writes an alternate response. I'm not sure that's intentional.

The pink-brain 'show message generation info' icon is also shown for all messages in the chat, not just the AI's.

josephrocca commented 1 year ago

Yep it's intentional because people use /user command to get the ai to write a message for them, and want to be able to regenerate that answer