forked from phoenix/litellm-mirror
bump: version 1.15.6 → 1.15.7
This commit is contained in:
parent
43f4096014
commit
79a79b16e1
2 changed files with 3 additions and 3 deletions
|
@ -984,7 +984,7 @@ class Logging:
|
||||||
print_verbose=print_verbose,
|
print_verbose=print_verbose,
|
||||||
)
|
)
|
||||||
if callback == "langsmith":
|
if callback == "langsmith":
|
||||||
print_verbose("reaches langsmtih for logging!")
|
print_verbose("reaches langsmith for logging!")
|
||||||
if self.stream:
|
if self.stream:
|
||||||
if "complete_streaming_response" not in kwargs:
|
if "complete_streaming_response" not in kwargs:
|
||||||
break
|
break
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "1.15.6"
|
version = "1.15.7"
|
||||||
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.15.6"
|
version = "1.15.7"
|
||||||
version_files = [
|
version_files = [
|
||||||
"pyproject.toml:^version"
|
"pyproject.toml:^version"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue