Actually or changed the name of the bot to (
"response.codes": 429 error code 429 says this:
429 - Rate limit reached for requestsCause: You are sending requests too quickly.
Solution: Pace your requests. Read the Rate limit guide.
429 - You exceeded your current quota, please check your plan and billing detailsCause: You have run out of credits or hit your maximum monthly spend.
Solution: Buy more credits or learn how to increase your limits.
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 ... api-errors
gpt-3.5-turbo-1106
) it seems to work now, I think those who use the free plan there are many limitations. Now he tells me I exceeded the quota, here is the LOG,Code:
{ "start": "2024-07-08 16:21:49", "history": [], "request.json": { "model": "gpt-3.5-turbo-1106", "messages": [ { "role": "user", "content": "come si chiama la regina di inghilterra?" } ], "temperature": 0.9, "frequency_penalty": 0, "presence_penalty": 0.6 }, "response": { "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" } }, "response.codes": [ 429 ], "finish": "2024-07-08 16:21:49"}
"response.codes": 429 error code 429 says this:
429 - Rate limit reached for requestsCause: You are sending requests too quickly.
Solution: Pace your requests. Read the Rate limit guide.
429 - You exceeded your current quota, please check your plan and billing detailsCause: You have run out of credits or hit your maximum monthly spend.
Solution: Buy more credits or learn how to increase your limits.
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 ... api-errors
Statistics: Posted by John Rambo — Mon Jul 08, 2024 2:35 pm