#HTTP 500 response code for gpt-3.5-turbo-0301 API

5 messages · Page 1 of 1 (latest)

ivory flume
#

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
  }
}
alpine garden
#

Same here with the standard turbo model

alpine garden
ivory flume
#

I believe the error was not a result of server load. I ended up removing the temperature and some other optional attributes in the POST body and kept it to the bare minimum and received some success messages after that

#

I would double check that your JSON body is accurate in terms of the parameters because accidentally including things that shouldn't be present may result in a 500 and send you down the wrong path