diff --git a/aider/sendchat.py b/aider/sendchat.py index 6c613d072..a341993ad 100644 --- a/aider/sendchat.py +++ b/aider/sendchat.py @@ -25,6 +25,7 @@ litellm.suppress_debug_info = True RateLimitError, APIConnectionError, httpx.ConnectError, + httpx.RemoteProtocolError, litellm.exceptions.ServiceUnavailableError, ), max_tries=10,