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

[Feature request] Please add more models #50

Closed D4di69 closed 1 year ago

D4di69 commented 1 year ago

I know this uses GPT trough OpenAi's API but it should be very useful if integrating it with some GPT-J API or other models so people can run they own model servers and use locally the app?

josephrocca commented 1 year ago

Please see this doc: https://github.com/josephrocca/OpenCharacters/blob/main/docs/custom-models.md

You can run pretty much any model that's on Hugging Face. Currently it requires installing Docker and running one command in the command line. Not ideal for non-coders, but for now it's probably the best I can do