ferrislucas / promptr

Promptr is a CLI tool that lets you use plain English to instruct GPT3 or GPT4 to make changes to your codebase.
MIT License
902 stars 37 forks source link

Error using GPT 4 #31

Closed mossy426 closed 1 year ago

mossy426 commented 1 year ago

I followed the command in the readme:

$ promptr -m gpt4 -p "Cleanup the code in these files" app/index.js

and get the below error:

data: {
      error: {
        message: 'The model: `gpt-4` does not exist',
        type: 'invalid_request_error',
        param: null,
        code: 'model_not_found'
      }
    }
ferrislucas commented 1 year ago

@mossy426 have you requested and received access to GPT4? There’s a wait list that you have to sit on before you get access to GPT4 unfortunately.

ferrislucas commented 1 year ago

I’m going to close this because I think you don’t have API access. Let me know if you’re seeing this error and you have access to the GPT4 API, and I’ll reopen and take a look. Thanks for reaching out!