The full message is as below. There is sufficient money at the accound so I don’t understand the reason for the problem:
429 {
“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”
}
}
I used a prompt like below and expected Q&A for a quiz. I did recieve >5000 questions and it stopped with above error message.
PROMPT: “Provide #Questions# unique and straightforward trivia questions related to Category “”#L1 Category#”” under the sub category “”#L2 Category#””, “”#L3 Category#”” and after the question provide 4 possible answers where the first answer is correct, only one of the possible answers must be correct, and the 3 other answers are wrong but plausible. Dont repeat questions and please have variations in the possible answers. Please do not make questions longer that 70 characters. The majority of the questions must be in the Complexity category 1 (straightforward and answerable by most people with limited education). Keep wrong options of every questions unique so they dont repeat across all #Questions#.
Use one or more of these databases in ‘#Source Links#’
Give yourself a score 1 or 2 or 3 which indicates
Complexity 1: Easy Questions (straightforward and answerable by most people with limited education)
Complexity 2: Intermediate Questions (more complex and requiring a deeper understanding or knowledge about the specific topic; these questions will challenge those with some background or interest in the topic)
Complexity 3: Expert Questions (the most challenging, requiring expert-level knowledge or specialized education on the topic)
Your output should be in JSON. The JSON key names should be “”l1″”,””l2″”,””l3″”,””question””,””A””,””B””,””C””,””D””,””E””,””F””,””answer””,””complexity””. I need named JSON object array [{},{},…]. Dont prefix the question number in the question value.”
Karsten Grinderslev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.