mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 06:26:16 +00:00
bump litellm version
This commit is contained in:
Binary file not shown.
+3
-3
@@ -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
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.718"
|
||||
version = "0.1.719"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
||||
Reference in New Issue
Block a user