mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
vertex_ai/codestral@2405 is very unstable - handle their instability in our tests
This commit is contained in:
parent
d14caf867a
commit
add0cf7da9
2 changed files with 5 additions and 0 deletions
|
@ -4193,6 +4193,9 @@ async def test_completion_codestral_fim_api_stream(model):
|
|||
except litellm.APIConnectionError as e:
|
||||
print(e)
|
||||
pass
|
||||
except litellm.ServiceUnavailableError as e:
|
||||
print(e)
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue