mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-18 04:18:15 +00:00
test(test_streaming.py): handle predibase instability
This commit is contained in:
@@ -571,6 +571,8 @@ async def test_completion_predibase_streaming(sync_mode):
|
||||
pass
|
||||
except litellm.InternalServerError as e:
|
||||
pass
|
||||
except litellm.ServiceUnavailableError as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
print("ERROR class", e.__class__)
|
||||
print("ERROR message", e)
|
||||
|
||||
Reference in New Issue
Block a user