Hi,
I’m getting from gpt-3.5-turbo error 500 for the second day in a row. At the same time, I can see on Openai status monitor that all services should be operational. Does anyone have similar issues? I have contacted Openai Help bot, but haven’t got any help.
Error: 500: OpenAI API error: 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 37b1bdf62430adf46a53058e48db1481 in your email.)
If you post your code you used to make your API call, we can help you identify what the problem is, @deepscreener

Thanks for questioning my own code! The code worked fine before I changed stop: “” to stop:“\n”. Now I changed it back to stop: “” and it works again. By documentation both are fine. Weird!
2 Likes
In 95 percent of the issues posted here, it’s generally a developer error.
It’s beta code, as you know, so it’s best to test and test again.

1 Like
Thanks, indeed it was the “stop” key that caused the error on the server side.
The error handling on the OpenAI side should be clearer 
1 Like