mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
bump litellm version
This commit is contained in:
parent
a669f5a738
commit
86f9991412
3 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@ class Choices(OpenAIObject):
|
|||
if finish_reason:
|
||||
self.finish_reason = finish_reason
|
||||
else:
|
||||
finish_reason = "stop"
|
||||
self.finish_reason = "stop"
|
||||
self.index = index
|
||||
if message is None:
|
||||
self.message = Message(content=None)
|
||||
|
@ -142,9 +142,9 @@ class ModelResponse(OpenAIObject):
|
|||
else:
|
||||
self.created = created
|
||||
if response_ms:
|
||||
response_ms = response_ms
|
||||
self.response_ms = response_ms
|
||||
else:
|
||||
response_ms = None
|
||||
self.response_ms = None
|
||||
self.model = model
|
||||
self.usage = (
|
||||
usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue