-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
If your OPENAI_API_KEY exceeds the quota, you'll only get an empty response from gpt.
The actual response from openai:
{
"error": {
"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"
}
}
This error should be handled, and a message should be shown to the user that their quota has been exceeded. lib/ai.ts:258 is where the result is decoded into this message.
nicobrenner
Metadata
Metadata
Assignees
Labels
No labels