bump: version 1.43.16 → 1.43.17

This commit is contained in:
Krrish Dholakia 2024-08-16 21:34:35 -07:00
parent 75af146f0e
commit b1bed459b4
2 changed files with 3 additions and 3 deletions

View file

@ -251,7 +251,7 @@ def test_cost_azure_gpt_35():
)
cost = litellm.completion_cost(
completion_response=resp, model="azure/chatgpt-v-2"
completion_response=resp, model="azure/gpt-35-turbo"
)
print("\n Calculated Cost for azure/gpt-3.5-turbo", cost)
input_cost = model_cost["azure/gpt-35-turbo"]["input_cost_per_token"]

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.43.16"
version = "1.43.17"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -91,7 +91,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.43.16"
version = "1.43.17"
version_files = [
"pyproject.toml:^version"
]