Hi guys,
I have some question about Rate Limit Error.
The question is: How long I have to wait before I can use the OpenAI API again when triggering the rate limit?
After reading the documentation, I think there are two possible outcomes:
- Once triggered, the API will be locked for one minute.
- The slicing window is set to one minute, and the system continuously calculates the total number of requests and tokens used in the past minute. Therefore, even when the rate limit is triggered, the system will still calculate the past minute for each moment according to the slicing window. As a result, the unlock time may vary.
Thanks a lot for answering my questions!