fix streaming error

This commit is contained in:
Krrish Dholakia 2023-09-15 14:49:55 -07:00
parent 0bbe85c743
commit bad1f7ead1
4 changed files with 1 additions and 2 deletions

BIN
dist/litellm-0.1.641-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/litellm-0.1.641.tar.gz vendored Normal file

Binary file not shown.

View file

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

View file

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