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

Memory Retrieval seems to be broken.

Open MovLab2 opened this issue 1 year ago • 1 comments

I can add to the memory but when it tries to find again it cannot. This seams great otherwise. Anyone have an idea how to fix it?

MovLab2 avatar Sep 21 '24 21:09 MovLab2

me i got the same problem with memory Traceback (most recent call last): File "C:\Python312\Lib\site-packages\openai_base_client.py", line 1656, in _retry_request return await self._request( ^^^^^^^^^^^^^^^^^^^^ File "C:\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. F For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_qutota', 'param': None, 'code': 'insufficient_quota'}} ///and how to fix it?

yocxy2 avatar Sep 21 '24 23:09 yocxy2

I fixed it using ChatGPT. It was when I was using the local llm,

MovLab2 avatar Sep 23 '24 19:09 MovLab2

I fixed it using ChatGPT. It was when I was using the local llm,

could u say how please

kroryan avatar Oct 06 '24 03:10 kroryan