Closed1
OpenAIでRateLimitErrorが出たときの対応方法 日本語訳
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details
のエラーの対応方法。
原因
OpenAIのAPIキーを作る前に課金情報を設定する必要がある
対応手順
- OpenAIのwebサイトにアクセス
- https://platform.openai.com/account/billing/payment-methods からクレジットカードを登録
- https://platform.openai.com/account/billing/limits から課金上限を設定しておく
- https://platform.openai.com/account/api-keys からAPIキーを再生成
- Google Colaboratory を使っている場合はランタイム再起動を実施
- 新しいAPIで実行するとRateLimitErrorは解消される
参考
このスクラップは2023/10/30にクローズされました