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
367 stars 63 forks source link

Feature request: Send messages as System #12

Closed Pawel-Dymek closed 1 year ago

Pawel-Dymek commented 1 year ago

It's great that we can setup characters with the system message. But as far as I know, there is currently no way to send system messages when you are already in an active conversation, right?

I think that the ability to send system messages anytime would work great as a "pointers" for AI into what direction take the conversation.

josephrocca commented 1 year ago

Hey @Pawel-Dymek this isn't well documented unfortunately, but to create a system message you just write /sys <your message>. Currently the slash commands are shown if you hover your cursor over the input box, but I'll think of a better way to inform users about this - thanks!