-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Open API key mandatory? #102
Comments
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?
The text was updated successfully, but these errors were encountered: