forked from phoenix/litellm-mirror
test: fix test
This commit is contained in:
parent
dc4235e7f1
commit
ffbdaf868f
1 changed files with 3 additions and 0 deletions
|
@ -917,6 +917,9 @@ def test_completion_base64(model):
|
|||
except litellm.ServiceUnavailableError as e:
|
||||
print("got service unavailable error: ", e)
|
||||
pass
|
||||
except litellm.InternalServerError as e:
|
||||
print("got internal server error: ", e)
|
||||
pass
|
||||
except Exception as e:
|
||||
if "500 Internal error encountered.'" in str(e):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue