Giter VIP home page Giter VIP logo

Comments (19)

matts8008 avatar matts8008 commented on June 22, 2024 7

I found a solution. You need to add a billing credit card and then generate a new key, even if you have ChatGPT+

  1. Add a credit card to your OpenAI Account https://platform.openai.com/account/billing/overview
  2. Generate new key
  3. Everything works

Can someone please tell me how to make my Powershell terminal look pretty like the demo video in the Readme?
I see codes like this

←[33mChatAI THOUGHTS: ←[0mI am starting by researching ways to
←[33mREASONING: ←[0mThe first important step towards my main

from auto-gpt.

gaktug avatar gaktug commented on June 22, 2024 6

Same issue with free account. API never used, but gives rate limit error.

from auto-gpt.

gourcetools avatar gourcetools commented on June 22, 2024 2

=============== READ THIS ==================
Even if you are gpt+ you need to add a card to get a working key.
Free/demo keys dont work.

=============== READ THIS ==================

from auto-gpt.

gourcetools avatar gourcetools commented on June 22, 2024 2

Can someone close this?
=============== READ THIS ==================
Even if you are gpt+ you need to add a card to get a working key.
Free/demo keys dont work.

=============== READ THIS ==================

from auto-gpt.

Torantulino avatar Torantulino commented on June 22, 2024

Hu...
Never seen this one before.
Let me know if it's still happening after a in a few minutes?

I think this one is all on OpenAI, nothing I can really do.

from auto-gpt.

patrickelectric avatar patrickelectric commented on June 22, 2024

Everything appears to be fine:
https://status.openai.com/

from auto-gpt.

amrpyt avatar amrpyt commented on June 22, 2024

I got The same Error

from auto-gpt.

dadhichi1 avatar dadhichi1 commented on June 22, 2024

similar issue , any solve ?

from auto-gpt.

johanesPao avatar johanesPao commented on June 22, 2024

I think this one is on openai part. Last week I encountered the same error using openai module with new key that never been used before.

from auto-gpt.

matts8008 avatar matts8008 commented on June 22, 2024

I'm having the same issue on a ChatGPT+ account. The API I am using says "Never" on when it was last used, but I'm not sure how often that is updated.

from auto-gpt.

x-ili-x avatar x-ili-x commented on June 22, 2024

I've done all the things and still run into this error. I have two credit cards on file. I don't have access to gpt4 API yet, but I'm trying to use 3.5 only mode. Tried in it's own environment and without.

Error: API Rate Limit Reached. Waiting 10 seconds...
Traceback (most recent call last):
File "J:\ai\auto-gpt\auto-gpt\scripts\chat.py", line 110, in chat_with_ai
assistant_reply = create_chat_completion(
File "J:\ai\auto-gpt\auto-gpt\scripts\llm_utils.py", line 9, in create_chat_completion
response = openai.ChatCompletion.create(
File "C:\Users\mycon\miniconda3\envs\textgen\lib\site-packages\openai\api_resources\chat_completion.py", line 25, in create
return super().create(*args, **kwargs)
File "C:\Users\mycon\miniconda3\envs\textgen\lib\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create
response, _, api_key = requestor.request(
File "C:\Users\mycon\miniconda3\envs\textgen\lib\site-packages\openai\api_requestor.py", line 226, in request
resp, got_stream = self._interpret_response(result, stream)
File "C:\Users\mycon\miniconda3\envs\textgen\lib\site-packages\openai\api_requestor.py", line 619, in _interpret_response
self._interpret_response_line(
File "C:\Users\mycon\miniconda3\envs\textgen\lib\site-packages\openai\api_requestor.py", line 682, in _interpret_response_line
raise self.handle_error_response(
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "J:\ai\auto-gpt\auto-gpt\scripts\main.py", line 287, in
assistant_reply = chat.chat_with_ai(
File "J:\ai\auto-gpt\auto-gpt\scripts\chat.py", line 128, in chat_with_ai
time.sleep(10)
KeyboardInterrupt

from auto-gpt.

Oxidiu avatar Oxidiu commented on June 22, 2024

I am having the same issue with free OpenAI Account

Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...

... :( I was so excited to try this tool

from auto-gpt.

silverjoshi avatar silverjoshi commented on June 22, 2024

facing the same issue. Don't free account keys work? Or do we need to add card even for free account and regenerate the API keys?

from auto-gpt.

silverjoshi avatar silverjoshi commented on June 22, 2024

Check this answer -> https://stackoverflow.com/a/75898717

So apparently, it's openai that's making it hard to access via api codes, I am not liking this.

I get same the error 'openai.error.RateLimitError' when I tried running a prompt using python, it's openai that's restricting the accesses with randomly updated terms, no fault of Auto-GPT
Don't think there is a way around this, apart from creating a new openai account with a different phone number and using that api key

from auto-gpt.

x-ili-x avatar x-ili-x commented on June 22, 2024

Fuggit. I've tried everything. OpenAI claims ignorance to what is happening. Incredibly frustrating. I was onto something meaningful and important for the first time in as long as I can remember, now it's not even worth doing because my peers left me in the dust on it.

from auto-gpt.

PundirShivam avatar PundirShivam commented on June 22, 2024

Added payment . Fixed the problem. Apparently it is not working on free tier anymore, at least for me, even though its my first try. Kudos for those who got it working for free.

from auto-gpt.

x-ili-x avatar x-ili-x commented on June 22, 2024

I have 3 cards on file.

from auto-gpt.

nainesh-khanjire avatar nainesh-khanjire commented on June 22, 2024

not working for me, tried in replit ide same error continues

from auto-gpt.

JuroOravec avatar JuroOravec commented on June 22, 2024

Duplicate of #1189. @patrickelectric would you close this one issue if it indeed is the same thing?

(I had this issue too - It's that we haven't opted into "paid account" on OpenAI's billing page)

I'm making an MR as we speak to update the README section on OpenAI's API key, to make this clear.

from auto-gpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.