openai.error.InvalidRequestError: The model: `gpt-4` does not exist
Opened this issue · 3 comments
Starblue0 commented
openai.error.InvalidRequestError: The model: gpt-4
does not exist
I keep getting this error
Starblue0 commented
Please add so it can use the gpt 3.5-turbo to use until API access is avaliable for gpt4
SamPink commented
You can change to gpt-3 in the in the GPT4 class constructor
gpt4 = GPT4(config.OPENAI_API_KEY, model="3.5-turbo")
SurajS0925 commented
At present the GPT 4 API is restricted even if you have chat GPT subscription
You may need to join the (https://openai.com/waitlist/gpt-4-api) for the API.