SamPink/dev-gpt

openai.error.InvalidRequestError: The model: `gpt-4` does not exist

Opened this issue · 3 comments

openai.error.InvalidRequestError: The model: gpt-4 does not exist

I keep getting this error

Please add so it can use the gpt 3.5-turbo to use until API access is avaliable for gpt4

You can change to gpt-3 in the in the GPT4 class constructor

gpt4 = GPT4(config.OPENAI_API_KEY, model="3.5-turbo")

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.