You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my experience, if you register before certain point in time and did not use your quota, then it yield this error. I believe it has nothing to do with the package itself.
Btw, do not forget to replace XXXX with your actual key in Sys.setenv(OPENAI_API_KEY = 'XXXX').
I have set the open API key as follows:
Sys.setenv(OPENAI_API_KEY = 'XXXX')
And proceed to try this out but got the following error:
library(openai)
Error: OpenAI API request failed [429]:
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.
I just logged on and check my quota and I am not over the quota at all? Is there another step that I need to do to try this out?
The text was updated successfully, but these errors were encountered: