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