An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Don't worry, this isn't an issue with your code or setup! A generic server_error with a null code typically means the backend hosting infrastructure itself hit a transient hiccup, a temporary timeout, or an unhandled processing exception while handling the model call.
Since it was working smoothly for you before, the best approach is to give it a few minutes and try executing the request again. If you're running this inside a production app, it’s a good reminder to make sure you have standard exponential backoff and retry logic implemented to automatically catch and smoothly handle these brief backend blips when they pop up.