forked from phoenix/litellm-mirror
bump: version 1.16.10 → 1.16.11
This commit is contained in:
parent
070520d237
commit
a778f8a00e
2 changed files with 3 additions and 7 deletions
|
@ -4221,11 +4221,7 @@ def get_model_info(model: str):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
azure_llms = {
|
azure_llms = litellm.azure_llms
|
||||||
"gpt-35-turbo": "azure/gpt-3.5-turbo",
|
|
||||||
"gpt-35-turbo-16k": "azure/gpt-3.5-turbo-16k",
|
|
||||||
"gpt-35-turbo-instruct": "azure/gpt-3.5-turbo-instruct",
|
|
||||||
}
|
|
||||||
if model in azure_llms:
|
if model in azure_llms:
|
||||||
model = azure_llms[model]
|
model = azure_llms[model]
|
||||||
if model in litellm.model_cost:
|
if model in litellm.model_cost:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "1.16.10"
|
version = "1.16.11"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
@ -59,7 +59,7 @@ requires = ["poetry-core", "wheel"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
version = "1.16.10"
|
version = "1.16.11"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version"
|
"pyproject.toml:^version"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue