From 1d7320e8a00ece68b8731609dd9b99a2542a8b7c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 3 May 2024 08:48:19 -0700 Subject: [PATCH] Added httpx.RemoteProtocolError to backoff #586 --- aider/sendchat.py | 1 + 1 file changed, 1 insertion(+) 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,