AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
217 stars 85 forks source link

Ability to create, edit, delete LLMs #341

Open krschacht opened 3 weeks ago

krschacht commented 3 weeks ago

There will be a few built-in LLMs such as GPT-3.5, GPT-4, and the Claude ones. But in addition people may want to create their own LLM, just for themselves, which can be configured to point to any arbitrary URL, port. For now I think we can assume that it will always conform to OpenAI’s API since most people seem to be imitating that.