frdel / agent-zero

Agent Zero AI framework
Other
4.14k stars 894 forks source link

Traceback issue #143

Open doulatdutta opened 6 hours ago

doulatdutta commented 6 hours ago

Whent i try to input as HI, it is showing

Traceback (most recent call last): File "C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py", line 1656, in _retry_request return await self._request( ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py", line 1624, in _request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '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.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}

YourTendency commented 6 hours ago

I've had the same issue

On Sat, Sep 21, 2024, 7:37 AM doulatdutta @.***> wrote:

Whent i try to input as HI, it is showing

Traceback (most recent call last): File "C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py", line 1656, in _retry_request return await self._request( ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\doula\AppData\Local\Programs\Python\Python312\Lib\site-packages\openai_base_client.py", line 1624, in _request raise self._make_status_error_from_response(err.response) from None openai.RateLimitError: Error code: 429 - {'error': {'message': '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.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}

— Reply to this email directly, view it on GitHub https://github.com/frdel/agent-zero/issues/143, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKRPGIOQ56HDN6D5SXFWPRTZXVK65AVCNFSM6AAAAABOTQNMBWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DAMRQGEYDENA . You are receiving this because you are subscribed to this thread.Message ID: @.***>