Skip to content

Commit

Permalink
bump: version 1.43.16 → 1.43.17
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Aug 17, 2024
1 parent 75af146 commit b1bed45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion litellm/tests/test_completion_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
]
Expand Down

0 comments on commit b1bed45

Please sign in to comment.