diff --git a/dist/litellm-0.1.641-py3-none-any.whl b/dist/litellm-0.1.641-py3-none-any.whl new file mode 100644 index 000000000..54c0f378f Binary files /dev/null and b/dist/litellm-0.1.641-py3-none-any.whl differ diff --git a/dist/litellm-0.1.641.tar.gz b/dist/litellm-0.1.641.tar.gz new file mode 100644 index 000000000..8969352d1 Binary files /dev/null and b/dist/litellm-0.1.641.tar.gz differ diff --git a/litellm/utils.py b/litellm/utils.py index e10621b3f..19df4fbdd 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -92,7 +92,6 @@ class Delta(OpenAIObject): def __init__(self, content=" ", logprobs=None, role="assistant", **params): super(Delta, self).__init__(**params) self.content = content - self.logprobs = logprobs self.role = role diff --git a/pyproject.toml b/pyproject.toml index 95791c4b5..2822a3beb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.642" +version = "0.1.643" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"