Skip to content
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

Open
gameuser1982 opened this issue May 19, 2023 · 5 comments
Open

Is Open API key mandatory? #102

gameuser1982 opened this issue May 19, 2023 · 5 comments

Comments

@gameuser1982
Copy link

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?

@gameuser1982
Copy link
Author

hmmm looks like streamlit_chat_app.py from the gpt4free repo already has chatgpt style functionality?

@N-NeelPatel
Copy link

@gameuser1982 openai key is mandatory

@EchedelleLR
Copy link

EchedelleLR commented May 29, 2023

@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).

@N-NeelPatel
Copy link

You will have option to download a copy of model locally. This way you won't require to use openai api key

@EchedelleLR
Copy link

EchedelleLR commented May 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants