bump litellm v + default finish_reason to None

This commit is contained in:
ishaan-jaff 2023-09-09 19:44:05 -07:00
parent 0f769c5417
commit 4fde7d655b
2 changed files with 2 additions and 2 deletions

View file

@ -2210,7 +2210,7 @@ class CustomStreamWrapper:
[
{
"delta": completion_obj,
"finish_reason": "stop"
"finish_reason": None
},
]
}

View file

@ -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"