mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ci/cd predibase is an unstable provider
This commit is contained in:
parent
031d3d881e
commit
f70a3cc588
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
Add a link
Reference in a new issue