-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README: Explain OpenAI billing for API key (Fixes issue about "API Rate Limit Reached. Waiting 20 seconds ... Failed to get response after 5 retries") #1304
Conversation
CC @Torantulino (Or @nponeccop, are you a maintainer too? Because I just saw that you were active around :D) |
@JuroOravec I'm not but I'm coordinating the merges and do preliminary reviews and conflict resolution notifications. The maintainers are @p-i- and @richbeales and @Torantulino obviously. |
Sent a pull request which shows the error regarding the billing problem (but only in debug mode) ,there are more errors which are not shown in detail. Would love to see more updates regarding this problem . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thank you for also doing the cleanup work!
I have set up a paid openai and still get the error Warning: The file 'auto-gpt.json' does not exist. Local memory would not be saved to a file. |
README: Explain OpenAI billing for API key (Fixes issue about "API Rate Limit Reached. Waiting 20 seconds ... Failed to get response after 5 retries")
Background
There's multiple issues, where people hit OpenAI API rate limiting error, where the true cause of the rate limiting is that people have not set up billing (paid account) on their OpenAI profile.
The truth is, one has to:
As of 12:00 14/04/2023, I found these related issues:
Examples:
Possibly also
Changes
Make this explicit in the README file. I've moved the sentence on OpenAI API key to it's own section, so we can also include an image showing exactly what one has to do
Documentation
Test Plan
PR Quality Checklist