mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ci/cd) run again
This commit is contained in:
parent
6cde088f54
commit
2e6807611a
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ async def test_aimage_generation_bedrock_with_optional_params():
|
|||
except litellm.RateLimitError as e:
|
||||
pass
|
||||
except litellm.ContentPolicyViolationError:
|
||||
pass # Azure randomly raises these errors - skip when they occur
|
||||
pass # Azure randomly raises these errors skip when they occur
|
||||
except Exception as e:
|
||||
if "Your task failed as a result of our safety system." in str(e):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue