ResumeLens/data/errors.json
2026-01-27 23:11:23 -07:00

12 lines
433 B
JSON

[
{
"Message": "POST \"https://api.openai.com/v1/chat/completions\": 429 Too Many Requests",
"Response": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
]