mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test(test_exceptions.py): handle api instability
This commit is contained in:
parent
94c5d9f82f
commit
e2f4d07a8d
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ def test_context_window_with_fallbacks(model):
|
|||
)
|
||||
except litellm.ServiceUnavailableError as e:
|
||||
pass
|
||||
except litellm.APIConnectionError as e:
|
||||
pass
|
||||
|
||||
|
||||
# for model in litellm.models_by_provider["bedrock"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue