Am trying to use GPT-PILOT

i get below errors
API responded with status code: 404. Response text: { “error”: { “message”: “The model gpt-4-1106-preview does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.”, “type”: “invalid_request_error”, “param”: null, “code”: “model_not_found” } }

This is not the support forum for GPT-Pilot but since you got a usual error I can help you out.

You added your OpenAI key to the .env file.
This API key does not have access to the model `gpt-4-1106-preview.

What you need to do is log-in to your OpenAI account and purchase 5$ worth of credits.
Then, pretty much immediately, you should get access to the model.

Hope this helps.

1 Like