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] Goose.ai support #37

Open AE720 opened 1 year ago

AE720 commented 1 year ago

From what it reads, all you need to do change the endpoint: https://goose.ai/docs/api to transition from OpenAI to GooseAI. It's a lot cheaper and as far as I can see, doesn't need "jailbroken". It would be amazing if this was added.