gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

NOT RECOGNISED

Open saiggs opened this issue 2 years ago • 7 comments

image

saiggs avatar Jun 29 '23 04:06 saiggs

depends on how you installed and when... could be an env/venv needs to be activated. or if you installed the git pull ontop of the old pip (or vice versa ) that'll brick it (pip uninstall gpt_engineer ; pip install gpt_engineer) or you did just the first stage of the dev install, but never did the next step Thu Jun 29 03:50:17 AM CDT 2023

noxiouscardiumdimidium avatar Jun 29 '23 08:06 noxiouscardiumdimidium

i did pip install -e, and all other things in correct order

saiggs avatar Jul 01 '23 16:07 saiggs

after the -e its a period, not a comma. with a comma, it might have installed all the deps in your home folder or some other part of root. the period tells it "starting from this location" like launching a command that needs ./ . not putting the period is one of several things that would throw that error

noxiouscardiumdimidium avatar Jul 01 '23 20:07 noxiouscardiumdimidium

I have used period

saiggs avatar Jul 02 '23 03:07 saiggs

INFO:openai:error_code=model_not_found error_message="The model 'gpt-4' does not exist" error_param=model error_type=invalid_request_error message='OpenAI API error received' stream_error=False Model gpt-4 not available for provided API key. Reverting to gpt-3.5-turbo. Sign up for the GPT-4 wait list here: https://openai.com/waitlist/gpt-4-api

INFO:openai:error_code=None error_message='You exceeded your current quota, please check your plan and billing details.' error_param=None error_type=insufficient_quota message='OpenAI API error received' stream_error=False Traceback (most recent call last):

File "", line 198, in _run_module_as_main

File "", line 88, in _run_code

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\gpt-engineer.exe_main_.py", line 7, in sys.exit(app()) ^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\main.py", line 64, in main messages = step(ai, dbs) ^^^^^^^^^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\steps.py", line 55, in clarify messages = ai.next(messages, user_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\ai.py", line 37, in next response = openai.ChatCompletion.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_resources\chat_completion.py", line 25, in create return super().create(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create response, _, api_key = requestor.request( ^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 298, in request resp, got_stream = self._interpret_response(result, stream) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 700, in _interpret_response self._interpret_response_line(

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 763, in _interpret_response_line raise self.handle_error_response(

openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

saiggs avatar Jul 02 '23 03:07 saiggs

Yes im here.

Gesendet von Outlook für Androidhttps://aka.ms/AAb9ysg


From: saiggs @.> Sent: Sunday, July 2, 2023 10:36:20 AM To: AntonOsika/gpt-engineer @.> Cc: Subscribed @.***> Subject: Re: [AntonOsika/gpt-engineer] NOT RECOGNISED (Issue #441)

INFO:openai:error_code=model_not_found error_message="The model 'gpt-4' does not exist" error_param=model error_type=invalid_request_error message='OpenAI API error received' stream_error=False Model gpt-4 not available for provided API key. Reverting to gpt-3.5-turbo. Sign up for the GPT-4 wait list here: https://openai.com/waitlist/gpt-4-api

INFO:openai:error_code=None error_message='You exceeded your current quota, please check your plan and billing details.' error_param=None error_type=insufficient_quota message='OpenAI API error received' stream_error=False Traceback (most recent call last):

File "", line 198, in _run_module_as_main

File "", line 88, in _run_code

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\gpt-engineer.exe_main_.py", line 7, in sys.exit(app()) ^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\main.py", line 64, in main messages = step(ai, dbs) ^^^^^^^^^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\steps.py", line 55, in clarify messages = ai.next(messages, user_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\ai.py", line 37, in next response = openai.ChatCompletion.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_resources\chat_completion.py", line 25, in create return super().create(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create response, _, api_key = requestor.request( ^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 298, in request resp, got_stream = self._interpret_response(result, stream) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 700, in _interpret_response self._interpret_response_line(

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 763, in _interpret_response_line raise self.handle_error_response(

openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

— Reply to this email directly, view it on GitHubhttps://github.com/AntonOsika/gpt-engineer/issues/441#issuecomment-1616332190, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7BOG3NQ5BFVA7ZUEN3GOODXODUDJANCNFSM6AAAAAAZX7PZFQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

jenspacito avatar Jul 02 '23 06:07 jenspacito

Hey Anton, great ist funktion. Thx 4 your support. Im really new here. Im so happy.

Gesendet von Outlook für Androidhttps://aka.ms/AAb9ysg


From: saiggs @.> Sent: Sunday, July 2, 2023 10:36:20 AM To: AntonOsika/gpt-engineer @.> Cc: Subscribed @.***> Subject: Re: [AntonOsika/gpt-engineer] NOT RECOGNISED (Issue #441)

INFO:openai:error_code=model_not_found error_message="The model 'gpt-4' does not exist" error_param=model error_type=invalid_request_error message='OpenAI API error received' stream_error=False Model gpt-4 not available for provided API key. Reverting to gpt-3.5-turbo. Sign up for the GPT-4 wait list here: https://openai.com/waitlist/gpt-4-api

INFO:openai:error_code=None error_message='You exceeded your current quota, please check your plan and billing details.' error_param=None error_type=insufficient_quota message='OpenAI API error received' stream_error=False Traceback (most recent call last):

File "", line 198, in _run_module_as_main

File "", line 88, in _run_code

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\gpt-engineer.exe_main_.py", line 7, in sys.exit(app()) ^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\main.py", line 64, in main messages = step(ai, dbs) ^^^^^^^^^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\steps.py", line 55, in clarify messages = ai.next(messages, user_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\gpt-engineer\gpt_engineer\ai.py", line 37, in next response = openai.ChatCompletion.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_resources\chat_completion.py", line 25, in create return super().create(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create response, _, api_key = requestor.request( ^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 298, in request resp, got_stream = self._interpret_response(result, stream) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 700, in _interpret_response self._interpret_response_line(

File "C:\Users\Saiteja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 763, in _interpret_response_line raise self.handle_error_response(

openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

— Reply to this email directly, view it on GitHubhttps://github.com/AntonOsika/gpt-engineer/issues/441#issuecomment-1616332190, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7BOG3NQ5BFVA7ZUEN3GOODXODUDJANCNFSM6AAAAAAZX7PZFQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

jenspacito avatar Jul 02 '23 06:07 jenspacito

@saiggs : Did you resolve your issue with You exceeded your current quota, please check your plan and billing details? There are other users (me including), which are affected by this. See #547 .

dabbinavo avatar Jul 20 '23 20:07 dabbinavo

Housekeeping: Closing stale issues.

AntonOsika avatar Sep 02 '23 16:09 AntonOsika