Memory Retrieval seems to be broken.
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?
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?
I fixed it using ChatGPT. It was when I was using the local llm,
I fixed it using ChatGPT. It was when I was using the local llm,
could u say how please