forked from phoenix/litellm-mirror
bump litellm v + default finish_reason to None
This commit is contained in:
parent
0f769c5417
commit
4fde7d655b
2 changed files with 2 additions and 2 deletions
|
@ -2210,7 +2210,7 @@ class CustomStreamWrapper:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"delta": completion_obj,
|
"delta": completion_obj,
|
||||||
"finish_reason": "stop"
|
"finish_reason": None
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.582"
|
version = "0.1.583"
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue