k4l1sh / alexa-gpt

A tutorial on how to use ChatGPT in Alexa
MIT License
177 stars 38 forks source link

constant Error 429 despite having credit/tokens? #20

Open nascentt opened 1 month ago

nascentt commented 1 month ago

Hi, I just set this up, but any time I try to use it I get Error 429: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors. this is despite having credit in the API billing page and have no used the API before. I left it a day and it's still doing it.

k4l1sh commented 1 month ago

In the new OpenAI API configuration you need to see your quota in the organization and project Organization limits can be found here: https://platform.openai.com/settings/organization/limits Project limits are accessed by clicking Project > Limits. You need to make sure that within the limits of your project you are allowing a budgeted cost for the project, and also that the gpt-3.5-turbo-0125 model is allowed

nascentt commented 1 month ago

Thanks, I don't see anything that should be causing issues. I have not used the API, and so it shows my tokens are full, and I have my usage limit high. I'm in LimitsUsage tier 1 but according to the site that should give me "gpt-3.5-turbo-0125 | 60,000 TPM | 500 RPM10,000 RPD | 200,000 TPD" Maybe it's just something wrong with my account.

somm-doe commented 1 month ago

Had the same problem at first, then I added 5$ to my account, set the proper limits - then it worked.

nascentt commented 1 month ago

Had the same problem at first, then I added 5$ to my account, set the proper limits - then it worked.

@somm-doe strange it still doesn't work for me and everything looks correctly set for balance and limits.
Mind showing me a partial screenshot of the settings you make. Maybe I'm repeatedly overlooking something