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] Put multiple characters in a chat room, let them chat with each other indefinitely #45

Open DalmoMendonca opened 1 year ago

DalmoMendonca commented 1 year ago

Even more than talking to a character, I'm interested in how two characters talk to each other.

Character.ai has a feature where you can put multiple characters in a chat room (https://beta.character.ai/chats), but it still requires user input (even if it's just hitting enter to proceed). It'd be awesome to build up really well-prompted personas and just let them dive deep into conversation with each other.