You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Github Models (both on the CLI and on the web interface) with GPT-5 based models, we get the error:
Error: unexpected response from the server: 500 Internal Server Error
{
"error": {
"message": "The server had an error while processing your request. Sorry about that!",
"type": "server_error",
"param": null,
"code": null
}
}
It happens with any kind of request or evals task with these models.
When running Github Models (both on the CLI and on the web interface) with
GPT-5based models, we get the error:Error: unexpected response from the server: 500 Internal Server Error { "error": { "message": "The server had an error while processing your request. Sorry about that!", "type": "server_error", "param": null, "code": null } }It happens with any kind of request or evals task with these models.