mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix streaming error
This commit is contained in:
parent
a68e31a967
commit
4278f81a62
4 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue