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

Old threads not loading. #60

Closed RichWolfmann closed 1 year ago

RichWolfmann commented 1 year ago

Any threads that are shown after the "show all threads" button is pressed won't load after being selected. The site will be stuck on a "loading" screen that never resolves. Any thread above the button loads fine however. Does this mean that my older chats are lost/impossible to view?

josephrocca commented 1 year ago

Thanks! Should be fixed now.