mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
Added httpx.RemoteProtocolError to backoff #586
This commit is contained in:
parent
e59b8cfa18
commit
1d7320e8a0
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ litellm.suppress_debug_info = True
|
|||
RateLimitError,
|
||||
APIConnectionError,
|
||||
httpx.ConnectError,
|
||||
httpx.RemoteProtocolError,
|
||||
litellm.exceptions.ServiceUnavailableError,
|
||||
),
|
||||
max_tries=10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue