agent-zero icon indicating copy to clipboard operation
agent-zero copied to clipboard

Traceback issue

Open doulatdutta opened this issue 1 year ago • 1 comments

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'}}

doulatdutta avatar Sep 21 '24 11:09 doulatdutta

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: @.***>

OurTendencies avatar Sep 21 '24 11:09 OurTendencies

same

kroryan avatar Oct 06 '24 03:10 kroryan

Did you click the link in the error?

429 - You exceeded your current quota, please check your plan and billing details Cause: You have run out of credits or hit your maximum monthly spend. Solution: Buy more credits or learn how to increase your limits.

frdel avatar Oct 06 '24 06:10 frdel

mapping and api from groq and manual set up in the UI for embedding model results on:

Traceback (most recent call last): Traceback (most recent call last): File "/home/ancruz/LLM/agent-zero/agent.py", line 255, in monologue prompt = await self.prepare_prompt(loop_data=self.loop_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ancruz/LLM/agent-zero/agent.py", line 339, in prepare_prompt await self.call_extensions("message_loop_prompts", loop_data=loop_data) File "/home/ancruz/LLM/agent-zero/agent.py", line 651, in call_extensions await cls(agent=self).execute(**kwargs) File "/home/ancruz/LLM/agent-zero/python/extensions/message_loop_prompts/_91_recall_wait.py", line 13, in execute await task File "/home/ancruz/LLM/agent-zero/python/extensions/message_loop_prompts/_50_recall_memories.py", line 67, in search_memories db = await Memory.get(self.agent) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ancruz/LLM/agent-zero/python/helpers/memory.py", line 60, in get models.get_model( File "/home/ancruz/LLM/agent-zero/models.py", line 75, in get_model model = globals()[fnc_name](name, **kwargs) # call function by name ~~~~~~~~~^^^^^^^^^^ KeyError: 'get_groq_embedding'

KeyError: 'get_groq_embedding'

ancrz avatar Jan 06 '25 04:01 ancrz