一、报错现象
chatGPT接口调用报错信息如下:
openai.error.RateLimitError: 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.
二、解决办法
-
出现这个问题的原因是主要是在OpenAI的账户余额不足导致的。所以需要先充值。点击下面的Billing,然后点击Add to credit balance,即可开始充值。
-
充值完成后,把原有API key 删除,然后新建一个key。以后都用这个新key即可。