Troubleshooting of OpenAI API: Difference between revisions
Jump to navigation
Jump to search
→How to fix "RateLimitError: Rate limit reached for default-gpt-3.5-turbo"
| Line 265: | Line 265: | ||
# Revise the frequency of API requests. To achieve this, incorporate a [[Sleep]] function between each API request within the script. For more information on rate limits, consult OpenAI's documentation at the following link: https://platform.openai.com/docs/guides/rate-limits. | # Revise the frequency of API requests. To achieve this, incorporate a [[Sleep]] function between each API request within the script. For more information on rate limits, consult OpenAI's documentation at the following link: https://platform.openai.com/docs/guides/rate-limits. | ||
# See more details on [[Sleep]] random seconds in programming | |||
=== How to fix "You exceeded your current quota, please check your plan and billing details." === | === How to fix "You exceeded your current quota, please check your plan and billing details." === | ||