This commit is contained in:
ishaan-jaff 2023-09-06 18:14:58 -07:00
parent 8b3b682000
commit fc7ad0c245
2 changed files with 2 additions and 2 deletions

View file

@ -64,5 +64,5 @@ def test_completion_replicate_llama_2():
except Exception as e:
pytest.fail(f"Error occurred: {e}")
# v1
# test_completion_replicate_llama_2()

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.1.548"
version = "0.1.549"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"