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

Telegram plugin #39

Closed joseph-holland closed 1 year ago

joseph-holland commented 1 year ago

General clean up of code, added error handling, new config set up, support for multiple bots, etc.

josephrocca commented 1 year ago

Nice!