mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: add missing AnthropicError exception to retry list
This commit is contained in:
parent
29293cc8ac
commit
be74259df6
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue