diff --git a/litellm/tests/test_completion_cost.py b/litellm/tests/test_completion_cost.py index c90a1df2b..f77b6e8ef 100644 --- a/litellm/tests/test_completion_cost.py +++ b/litellm/tests/test_completion_cost.py @@ -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() \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 07eff98bc..5eaa4ff51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"