forked from phoenix/litellm-mirror
bump: version 1.14.4 → 1.14.5.dev1
This commit is contained in:
parent
e45b491985
commit
804d58eb20
2 changed files with 3 additions and 2 deletions
|
@ -552,6 +552,7 @@ def _embedding_func_single(
|
||||||
## FORMAT EMBEDDING INPUT ##
|
## FORMAT EMBEDDING INPUT ##
|
||||||
provider = model.split(".")[0]
|
provider = model.split(".")[0]
|
||||||
inference_params = copy.deepcopy(optional_params)
|
inference_params = copy.deepcopy(optional_params)
|
||||||
|
inference_params.pop("user", None) # make sure user is not passed in for bedrock call
|
||||||
if provider == "amazon":
|
if provider == "amazon":
|
||||||
input = input.replace(os.linesep, " ")
|
input = input.replace(os.linesep, " ")
|
||||||
data = {"inputText": input, **inference_params}
|
data = {"inputText": input, **inference_params}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "1.14.4"
|
version = "1.14.5.dev1"
|
||||||
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"
|
||||||
|
@ -55,7 +55,7 @@ requires = ["poetry-core", "wheel"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
version = "1.14.4"
|
version = "1.14.5.dev1"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version"
|
"pyproject.toml:^version"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue