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

Embedding related prompt #52

Closed Bobolx00 closed 1 year ago

Bobolx00 commented 1 year ago

Hi. I'm searching for info related to the prompt that the character recive in relation to the memory generation (for example, how are the text splitted in chunks before embedding? Et simili... ) and lore recall. Thank you for your work!!!!