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: Include AI instruction in 'data used to generate this message' dialog #48

Closed kickahaota closed 1 year ago

kickahaota commented 1 year ago

You recently enhanced OpenCharacters so that AI instructions (given using the /ai command) are saved in the conversation history.

Now that that's done, it would be nice if the AI instruction was included in the 'Here's some data that the character used to generate this message:' dialog that appears when you click on the brain icon next to an AI response.

Thanks again for the extremely useful project!

josephrocca commented 1 year ago

Thanks! Just added this