From 33d828a0edd1d3a6ebdca102bddfc6b53853e9ef Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 20 Apr 2024 11:12:05 -0700 Subject: [PATCH] fix(utils.py): map vertex ai exceptions - rate limit error --- litellm/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/utils.py b/litellm/utils.py index e230675e6..e793357d2 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -7884,6 +7884,8 @@ def exception_type( elif ( "429 Quota exceeded" in error_str or "IndexError: list index out of range" in error_str + or "429 Unable to submit request because the service is temporarily out of capacity." + in error_str ): exception_mapping_worked = True raise RateLimitError(