diff --git a/litellm/utils.py b/litellm/utils.py index 34c618b17..c24e07169 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -2210,7 +2210,7 @@ class CustomStreamWrapper: [ { "delta": completion_obj, - "finish_reason": "stop" + "finish_reason": None }, ] } diff --git a/pyproject.toml b/pyproject.toml index 0907ff1ac..907a4b777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"