Troubleshooting of OpenAI API: Difference between revisions
Jump to navigation
Jump to search
m
→How to fix "That model is currently overloaded with other requests"
| Line 170: | Line 170: | ||
{ | { | ||
"error": { | "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 | "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", | "type": "server_error", | ||
"param": null, | "param": null, | ||