AllYourBot / hostedgpt

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

Ability to create, edit, delete LLMs #341

Closed krschacht closed 4 weeks ago

krschacht commented 2 months 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.