fix: update import path for AnthropicError in retry_exceptions

This commit is contained in:
Paul Gauthier 2024-10-25 07:07:36 -07:00 committed by Paul Gauthier (aider)
parent 9e7995b730
commit 29293cc8ac

View file

@ -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,
)