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

Typo in lore UI #58

Closed kickahaota closed 1 year ago

kickahaota commented 1 year ago

There's a typo in one of the lore UI messages. "or memory entries too precedence" should be "or memory entries took precedence".

josephrocca commented 1 year ago

Thanks! Pushing an update soon that will fix this.