forked from phoenix/litellm-mirror
(test) run ci/cd again
This commit is contained in:
parent
6185d73db5
commit
81d3230651
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# used by CI/CD testing
|
||||
openai=0.28.0
|
||||
openai==0.28.0
|
||||
python-dotenv
|
||||
tiktoken
|
||||
importlib_metadata
|
||||
|
|
|
@ -1116,7 +1116,7 @@ def test_completion_with_fallbacks():
|
|||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
# test_completion_with_fallbacks()
|
||||
# test_completion_with_fallbacks()
|
||||
def test_completion_anyscale_api():
|
||||
try:
|
||||
# litellm.set_verbose=True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue