mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: update import path for AnthropicError in retry_exceptions
This commit is contained in:
parent
9e7995b730
commit
29293cc8ac
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def retry_exceptions():
|
|||
litellm.exceptions.ServiceUnavailableError,
|
||||
litellm.exceptions.Timeout,
|
||||
litellm.exceptions.InternalServerError,
|
||||
litellm.llms.anthropic.chat.AnthropicError,
|
||||
litellm.llms.anthropic.common_utils.AnthropicError,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue