Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Latest commit

 

History

History
72 lines (64 loc) · 4.06 KB

RATE-LIMITS.md

File metadata and controls

72 lines (64 loc) · 4.06 KB

Cost/Rate-Limit Handling

Issues:

  • #3897 - "DOUBLE CHECK CONFIGURATION" error
  • #1841 - Proposal to chunk prompts and gracefully handle token overflows
  • #1441 - API Rate Limit Reached - --debug flag related bug
  • #1252 - API Rate Limit Reached - Failed to Get Response (Dupe of #1189)
  • #1227 - auto-gpt.json
  • #1203 - chat_completion - Failed to Get Response
  • #1189 - API Rate Limit Reached - Failed to Get Response
  • #1174 - auto-gpt.json
  • #1073 - auto-gpt.json
  • #1047 - API Rate Limit Reached
  • #585 - API Rate Limit Reached
  • #425 - API Rate Limit Reached
  • #235 - API Rate Limit Reached
  • #189 - API Rate Limit Reached
  • #79 - API Rate Limit Reached
  • #75 - API Rate Limit Reached

Pull Requests:

  • #4127 - Proposal to monitor token limits
  • #3919 - (Re-Arch) Budget Manager Proposal
  • #3313 - Budget Remaining Report Proposal
  • #1304 - Proposal to add OpenAI paid account requirement to README.md
  • #214 - Proposal to "backoff" when OpenAI API caps out/throttles requests

Useful Links:

Gist | Alt | Label: Chunking | Label: Cost

Common Responses:

Rate Limit errors occur from 1 of 3 typical problems: Your usage of the API is way to high, you don't have a paid account, or you have hit your maximum financial usage for the month.

To clarify, [platform.openai.com][platform] and [chat.openai.com][chat] are two different tools with their own set of billings. You need to have a paid account on [platform.openai.com][usage] to use the API.

Please check your [API Usage and Billing here][usage], and please consult [the OpenAI wiki on their _various_ rate limits][wiki].

Closing issue as this is a limitation with your OpenAI Account.

[platform]:https://platform.openai.com/
[chat]:https://chat.openai.com/
[wiki]:https://platform.openai.com/docs/guides/rate-limits/what-are-the-rate-limits-for-our-api
[usage]:https://platform.openai.com/account/billing/overview