forked from phoenix/litellm-mirror
fix streaming error
This commit is contained in:
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
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
BIN
dist/litellm-0.1.641.tar.gz
vendored
Normal file
Binary file not shown.
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue