#API KEY returns 429 too many requests => this was first request sent.
6 messages · Page 1 of 1 (latest)
Sadly, the server_error is happening to all of us, and OpenAI has not responded in almost 72 hours. This has completely destroyed my product and all I can tell my customers is to wait for a fix.
There are community posts with dozens of responses:
https://community.openai.com/t/ratelimiterror-the-server-had-an-error-with-no-reason-given/50146/
I created a Python script that loops through a list of text strings (each string is about 2000 characters in length) and summarizes each string. See the code for the response below (This prompt is within a for loop): response = openai.Completion.create( model="text-davinci-003", max_tokens=2000, p...
Seems like the past hours the API is producing a generic rate limit error. I cannot find another reason but to assume the service is down or intermittent: openai.error.RateLimitError: The server had an error while processing your request. Sorry about that! My traffic is very low, just a few requests and everything worked last week. Using pyth...
Can't generate API key
I am also facing same issue
I have ever worked. That is so called "rate limited errors". The best way is using bacth method. I have rich experience of soling this.