bump litellm v + default finish_reason to None
This commit is contained in:
parent
0f769c5417
commit
4fde7d655b
@ -2210,7 +2210,7 @@ class CustomStreamWrapper:
|
||||
[
|
||||
{
|
||||
"delta": completion_obj,
|
||||
"finish_reason": "stop"
|
||||
"finish_reason": None
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.582"
|
||||
version = "0.1.583"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user