-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Invalid API Key #1624
Comments
No you are not doing anythig wrong. I just landed here super exited about how strateforeword all this looks anb bam~ I'm on linux |
Yea, something's weird. Also happening to me. The issue stems from this line: The regex is incorrect and should be changed from Edit: The above only accounts for User API Secret Keys and not 'Project' API Secret Keys which seem to have a different length Edit 2: Testing the change now, will probably create a PR tomorrow if all is ok |
Same happened for me on Ubuntu 24.04.1 LTS x86_64 |
same for me... |
Any workaround? Running it on Mac M1 |
also having this issue |
I personally use a project api key. Mine begins with Once the regexp modified like |
The PR I put up accounts for all 3 OpenAI SK variants - though I see there's another PR that's been up for months without a review... 😞 |
Please check that this issue hasn't been reported before.
Expected Behavior
Should accept OpenAI API Key.
Current behaviour
git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.bat
I did this, cmd couldn't understand .setup.bat so I had to run setup.bat only. Asks me to choose between Docker and Manual. I choose Docker. Asks me for OpenAPI Key. I input API Key with no success.
Steps to reproduce
No idea.
Possible solution
I'm doing something wrong clearly as no one have reported this bug. I followed the instructions to get started but this is where i am at.
Which Operating Systems are you using?
Acknowledgements
The text was updated successfully, but these errors were encountered: