mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test(test_streaming.py): handle predibase instability
This commit is contained in:
parent
ec6db03c41
commit
e1cbb397fe
1 changed files with 2 additions and 0 deletions
|
@ -571,6 +571,8 @@ async def test_completion_predibase_streaming(sync_mode):
|
||||||
pass
|
pass
|
||||||
except litellm.InternalServerError as e:
|
except litellm.InternalServerError as e:
|
||||||
pass
|
pass
|
||||||
|
except litellm.ServiceUnavailableError as e:
|
||||||
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("ERROR class", e.__class__)
|
print("ERROR class", e.__class__)
|
||||||
print("ERROR message", e)
|
print("ERROR message", e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue