Error: Request failed with status code 429 #1261
-
|
I get a 429 error when using ParallelGPT to process about 20,0000 records imported with CSV. When i look at the logs I see the following; jsonPayload:{6 items Also, are there limits on how many records should be processed at a go ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @rfash, thanks for reaching out. The 429 error you encountered indicates that you have exceeded the rate limit for the GPT-3 API. This error occurs when you make too many requests within a certain time frame. The GPT-3 API has rate limits in place to ensure fair usage and maintain system stability. If you need to process a large number of records, consider batching them into smaller groups and processing each group separately. This allows you to spread the requests over time and avoid hitting the rate limits. |
Beta Was this translation helpful? Give feedback.
Hey @rfash, thanks for reaching out. The 429 error you encountered indicates that you have exceeded the rate limit for the GPT-3 API. This error occurs when you make too many requests within a certain time frame. The GPT-3 API has rate limits in place to ensure fair usage and maintain system stability.
If you need to process a large number of records, consider batching them into smaller groups and processing each group separately. This allows you to spread the requests over time and avoid hitting the rate limits.