Working on a rough usage of the gpt-3.5-turbo-0301 model.
I had not previously used any of the other models programmatically, but I've pretty much gotten constant HTTP 500's since testing.
Is it fair to assume this is just a temporary issue as a result of the announcement post? I wanted to ensure there was nothing I was misinterpreting
HTTP Response Code: 500
{
"error": {
"message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error. (Please include the request ID xxxxxxxxxxxxxxx in your email.)",
"type": "server_error",
"param": null,
"code": null
}
}