diff --git a/aider/sendchat.py b/aider/sendchat.py index 2b9615c12..daa0f22a1 100644 --- a/aider/sendchat.py +++ b/aider/sendchat.py @@ -29,7 +29,10 @@ def retry_exceptions(): litellm.exceptions.ServiceUnavailableError, litellm.exceptions.Timeout, litellm.exceptions.InternalServerError, + # These are apparently different? + # https://github.com/search?q=repo%3ABerriAI%2Flitellm%20AnthropicError&type=code litellm.llms.anthropic.common_utils.AnthropicError, + litellm.llms.anthropic.completion.AnthropicError, )