#davinci-003 keeps getting "The server had an error while processing your request. Sorry about that!"
19 messages · Page 1 of 1 (latest)
Could you give the full code and the full error please?
openai.error.RateLimitError: The server had an error while processing your request. Sorry about that!
I am currently using batch prompt to send 7 requests thru openai.Completion.create(engine='text-davinci-003',prompt=prompt_list,top_p=1,temperature=0.6,max_tokens=100,n=1)
Do you understand RateLimit Error?
RateLimitError is an error that occurs when the rate limit of a given endpoint is exceeded. This usually happens when an endpoint is receiving too many requests in a short period of time.
Yes. But the thing is we have check our rate limit, and current request is well within the range
@cunning latch I'm facing similar error
openai.error.RateLimitError: The server had an error while processing your request. Sorry about that!
I'm sending almost 10 requests and between each request I am adding 2 seconds timer, what would be the best way to handle this issue if you'd know. Because after the current set of requests, I'll be at least sending 40-50 requests for another task which is similar in all the cases but the input differs a bit.
any idea how to solve it.
Thanks !
Is your account paid? If it is contact openai and ask them to increase your rate limit.
I'm still on my 18$ free trial,
I've added my payment method too but I have yet to purchase any credits.
As of now I've only spent 5$ and I'm getting this rate limit
contact openai
on their platform or in this discord group ?
On their platform
Thanks
Learn how to get in touch with our support team