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: Reply as me #11

Closed Pawel-Dymek closed 1 year ago

Pawel-Dymek commented 1 year ago

Maybe it's just me, and I'm lazy, but sometimes I'd just like to be able to press a button and watch how the conversation unfolds without me needing to do anything xD

I propose a feature that would allow AI to "roleplay" as me from each conversation.

The-Acronyx commented 1 year ago

PygmalionAI (possibly just ooogabooga’s version) has a feature called “Impersonate” which does exactly that.

josephrocca commented 1 year ago

Good idea! This is now possible with /user <instruction>.

E.g. if you write /user Write a short action in first person. Include something about a flower, somehow then the AI should produce something like "I continue walking along the street. I notice some flowers in a ..."