runtime error
/asyncio/tasks.py", line 571, in _wait_for_one return f.result() # May raise f.exception(). File "/usr/local/lib/python3.10/asyncio/futures.py", line 201, in result raise self._exception.with_traceback(self._exception_tb) File "/usr/local/lib/python3.10/asyncio/tasks.py", line 234, in __step result = coro.throw(exc) File "/home/user/.local/lib/python3.10/site-packages/llama_index/core/embeddings/base.py", line 191, in _aget_text_embeddings return await asyncio.gather( File "/usr/local/lib/python3.10/asyncio/tasks.py", line 304, in __wakeup future.result() File "/usr/local/lib/python3.10/asyncio/tasks.py", line 232, in __step result = coro.send(None) File "/home/user/.local/lib/python3.10/site-packages/autollm/auto/embedding.py", line 79, in _aget_text_embedding return await self._aget_query_embedding(text) File "/home/user/.local/lib/python3.10/site-packages/autollm/auto/embedding.py", line 54, in _aget_query_embedding response = await lite_aembedding(model=self.model, input=[query]) File "/home/user/.local/lib/python3.10/site-packages/litellm/utils.py", line 2365, in wrapper_async raise e File "/home/user/.local/lib/python3.10/site-packages/litellm/utils.py", line 2257, in wrapper_async result = await original_function(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/litellm/main.py", line 2102, in aembedding raise exception_type( File "/home/user/.local/lib/python3.10/site-packages/litellm/utils.py", line 6605, in exception_type raise e File "/home/user/.local/lib/python3.10/site-packages/litellm/utils.py", line 5597, in exception_type raise RateLimitError( litellm.exceptions.RateLimitError: OpenAIException - 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'}}
Container logs:
Fetching error logs...