forked from phoenix/litellm-mirror
bump v
This commit is contained in:
parent
8b3b682000
commit
fc7ad0c245
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue