(test) run ci/cd again

This commit is contained in:
ishaan-jaff 2023-11-06 18:13:18 -08:00
parent 6185d73db5
commit 81d3230651
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# used by CI/CD testing # used by CI/CD testing
openai=0.28.0 openai==0.28.0
python-dotenv python-dotenv
tiktoken tiktoken
importlib_metadata importlib_metadata

View file

@ -1116,7 +1116,7 @@ def test_completion_with_fallbacks():
except Exception as e: except Exception as e:
pytest.fail(f"Error occurred: {e}") pytest.fail(f"Error occurred: {e}")
# test_completion_with_fallbacks() # test_completion_with_fallbacks()
def test_completion_anyscale_api(): def test_completion_anyscale_api():
try: try:
# litellm.set_verbose=True # litellm.set_verbose=True