Self hosted AI chat like OmniGPT?
Self hosted AI chat like OmniGPT?
I've just discovered OmniGPT that seems to be a chat where you can interact with different LLM (Claude, GPT-4, Llama, Gemini, etc.) and costs $16/month (it was $7/month until a week ago 🤦‍♂️). I've read on a Reddit post that it uses the APIs of all the provider that is a thing that can be done for free using a personal account (since the API limit seems to be high). Do you know something like OminGPT that can be self hosted that uses users API keys?
Text-generation-webui my friend
https://github.com/oobabooga/text-generation-webui
That seems to need the AI model to be local
Oh yes, maybe I misunderstood what you were asking. This is the server that will host the models and the API, it also has a nice interface.
So by local I mean local to the server, you can run it somewhere else and not put the models on your local computer, but yes the server will need them.
You can then use other apps to connect with it. That's what I consider self hosting, hosting the whole thing soup to nuts