bump: version 1.28.12 → 1.28.13

This commit is contained in:
ishaan-jaff
2024-03-04 09:24:26 -08:00
parent 14fc8355fb
commit 766e8cba84
2 changed files with 17 additions and 3 deletions
@@ -1252,6 +1252,20 @@
"litellm_provider": "bedrock",
"mode": "embedding"
},
"bedrock/us-west-2/mistral.mixtral-8x7b-instruct": {
"max_tokens": 32000,
"input_cost_per_token": 0.00000045,
"output_cost_per_token": 0.0000007,
"litellm_provider": "bedrock",
"mode": "completion"
},
"bedrock/us-west-2/mistral.mistral-7b-instruct": {
"max_tokens": 32000,
"input_cost_per_token": 0.00000015,
"output_cost_per_token": 0.0000002,
"litellm_provider": "bedrock",
"mode": "completion"
},
"anthropic.claude-v1": {
"max_tokens": 100000,
"max_output_tokens": 8191,
@@ -2236,4 +2250,4 @@
"mode": "embedding"
}
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.28.11"
version = "1.28.13"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -74,7 +74,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.28.11"
version = "1.28.13"
version_files = [
"pyproject.toml:^version"
]