mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
ci/cd predibase is an unstable provider
This commit is contained in:
parent
882c6e7e47
commit
29e5e3c265
1 changed files with 6 additions and 0 deletions
|
|
@ -557,7 +557,13 @@ async def test_completion_predibase_streaming(sync_mode):
|
|||
print(f"complete_response: {complete_response}")
|
||||
except litellm.Timeout as e:
|
||||
pass
|
||||
except litellm.InternalServerError as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
print("ERROR class", e.__class__)
|
||||
print("ERROR message", e)
|
||||
print("ERROR traceback", traceback.format_exc())
|
||||
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue