I am using OpenAI and running the agnet I get the below error periodically:
File “C:\Agent AI\PLAYGROUND\tccreator.venv\Lib\site-packages\litellm\litellm_core_utils\exception_mapping_utils.py”, line 1231, in exception_type
raise RateLimitError(
litellm.exceptions.RateLimitError: litellm.RateLimitError: litellm.RateLimitError: VertexAIException - {
“error”: {
“code”: 429,
“message”: “Resource has been exhausted (e.g. check quota).”,
“status”: “RESOURCE_EXHAUSTED”
Is there a way to address this issue and make the agent run without failing?
Thanks for your help.