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

Add GPT-3.5-turbo-0301 and GPT-4-0314 as available models #62

Closed reiharus closed 1 year ago

reiharus commented 1 year ago

Many people prefer these older models to the new ones, even if they're going to be deprecated in September, adding them as available models will allow people to enjoy them for a couple more months while seeing how the new ones evolve or adjusting their prompts.

josephrocca commented 1 year ago

Good idea - done :+1: