Moxi please notice this and tell the team to fix the API timeout/server_error issues that are happening very frequently right now (I posted this here because I believe it's related to the problem from February).
I wouldn't be posting this unless is was a major issue. This isn't a timeout here or there. This is 5+ timeouts/errors in a row, even with 5-10 second sleep between them.
My customers are complaining because the OpenAI status page says there's no issue, when there clearly is.
I can assure you with 100% certainty this is not user-error or my code, because everyone in my circle of business acquaintances is experiencing the same thing.
I'm using gpt-3.5-trubo, but it's also happening on davinci-003.
When there is an error (sometimes it just flat times out with no error returned) this is it:
{
"error": {
"message": "The server had an error while processing your request. Sorry about that!",
"type": "server_error",
"param": null,
"code": null
}
}
Array
(
[error] => Array
(
[message] => The server had an error while processing your request. Sorry about that!
[type] => server_error
[param] =>
[code] =>
)