Open gameuser1982 opened 1 year ago
hmmm looks like streamlit_chat_app.py from the gpt4free repo already has chatgpt style functionality?
@gameuser1982 openai key is mandatory
@N-NeelPatel what if I wanna use LocalAI?
It provides the same compatible API with custom models. This could extend the use of this UI and doesn't require OpenAI Key (since you end running your own server with the models).
You will have option to download a copy of model locally. This way you won't require to use openai api key
My proposal was to use specifically LocalAI not OpenAI models for which the OpenAI API Key requirement is also a problem.
LocalAI is not limited (nor focused) on OpenAI models but just the API with your own custom models, Llama based and GPT4All.
The idea is to extend this to clients for OpenAI ChatGPT clients.
or can it work for free like GPT4FREE does which I already have running where it uses public API keys that are for third party services which use GPT4?