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

Generating a user reply failed #46

Closed wind2sing closed 1 year ago

wind2sing commented 1 year ago
TypeError: Cannot read properties of null (reading 'name')
    at doBotReplyInPlaceOfUser ((index):7082:48)
    at async HTMLButtonElement.sendButtonClickHandler ((index):5678:15)
image
josephrocca commented 1 year ago

Ah, thanks! This should be fixed now. Please let me know if not.