ci/cd predibase is an unstable provider

This commit is contained in:
Ishaan Jaff 2024-06-12 21:10:30 -07:00
parent 031d3d881e
commit f70a3cc588

View file

@ -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}")