chatgpt-clone icon indicating copy to clipboard operation
chatgpt-clone copied to clipboard

Is Open API key mandatory?

Open gameuser1982 opened this issue 2 years ago • 5 comments

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 avatar May 19 '23 10:05 gameuser1982

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

gameuser1982 avatar May 19 '23 15:05 gameuser1982

@gameuser1982 openai key is mandatory

N-NeelPatel avatar May 20 '23 07:05 N-NeelPatel

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

EchedelleLR avatar May 29 '23 11:05 EchedelleLR

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

N-NeelPatel avatar May 29 '23 11:05 N-NeelPatel

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.

EchedelleLR avatar May 29 '23 12:05 EchedelleLR