end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

OpenAI API利用時「RateLimitError: Error code: 429 」エラー

久しぶりに OpenAI API を利用したところ、以下のエラー

RateLimitError: Error code: 429 -
{'error': {
  'message':
    '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.',
  'type' : 'insufficient_quota',
  'param': None,
  'code' : 'insufficient_quota'}}
  ```

以前は https://platform.openai.com/api-keys にてAPI KEYを発行し、 無料枠で使用していましたが、どうやら、支払情報の設定が必要らしく https://platform.openai.com/account/billing/overview にて、以下のように修正し、解消。