mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
bump version
This commit is contained in:
parent
e79e3a51ab
commit
c0e464a2f6
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ class Message(OpenAIObject):
|
|||
self.logprobs = logprobs
|
||||
|
||||
class Delta(OpenAIObject):
|
||||
def __init__(self, content="default", logprobs=None, **params):
|
||||
def __init__(self, content=" ", logprobs=None, **params):
|
||||
super(Delta, self).__init__(**params)
|
||||
self.content = content
|
||||
self.logprobs = logprobs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue