在调用 chatgpt 的 https://api.openai.com/v1/chat/completions 接口的时候,间歇性的会报错:
{
"error": {
"message": "That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID xxx in your message.)",
"type": "server_error",
"param": null,
"code": null
}
}
请问你们遇到这个问题了吗?有什么解决办法吗