forked from phoenix/litellm-mirror
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
|
self.logprobs = logprobs
|
||||||
|
|
||||||
class Delta(OpenAIObject):
|
class Delta(OpenAIObject):
|
||||||
def __init__(self, content="default", logprobs=None, **params):
|
def __init__(self, content=" ", logprobs=None, **params):
|
||||||
super(Delta, self).__init__(**params)
|
super(Delta, self).__init__(**params)
|
||||||
self.content = content
|
self.content = content
|
||||||
self.logprobs = logprobs
|
self.logprobs = logprobs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.634"
|
version = "0.1.635"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue