fix(router.py): fix get_router_model_info for azure models

This commit is contained in:
Krrish Dholakia 2024-06-28 22:13:29 -07:00
parent 9556bfda81
commit c9a424d28d
3 changed files with 5 additions and 4 deletions

View file

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