Hey folks, seeing about 30% of my requests failing today.
Anyone noticing something similar? Been trying to debug it but its proving quite hard to figure out what is happening
Hey folks, seeing about 30% of my requests failing today.
Anyone noticing something similar? Been trying to debug it but its proving quite hard to figure out what is happening
Hi,
how do they fail? Do you have any logs?
Hey cp1!
{‘error’: {‘message’: ‘The server had an error while processing your request. Sorry about that!’, ‘type’: ‘server_error’, ‘param’: None, ‘code’: None}}
basically keep getting this message again and again without any further explanation. The azure openai instances that we have seem to be working more than fine in comparison
Also having issues with davinci-003 and its says:
Error: Request failed with status code 429
statusMessage: 'Too Many Requests',
'x-ratelimit-limit-requests': '3000',
'x-ratelimit-remaining-requests': '2999',
'x-ratelimit-limit-tokens': '250000',
'x-ratelimit-remaining-tokens': '249500',
'x-request-id': '1433e1c62ba68cb51ae9a81d9875d808',
'x-ratelimit-reset-requests': '20ms',
'x-ratelimit-reset-tokens': '120ms',
Paid API account, critical level issue in production environment!
I’m seeing the same issue for nearly 24 hours now. Open AI status mentions nothing about it.
Yeah, I find the lack of status changes to be the weirdest thing