#API KEY returns 429 too many requests => this was first request sent.

6 messages · Page 1 of 1 (latest)

red pulsar
#

In visual studio code I get an error. ChatGPT ERROR 429 too many requests. This is on the first request. Usage dashboard shows 0 usage.

fallen loom
#

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.

#
OpenAI API Community Forum

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...

OpenAI API Community Forum

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...

glacial creek
#

Can't generate API key

dawn lynx
#

I am also facing same issue

mellow imp
#

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.