mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
refactor: update Delta
This commit is contained in:
parent
0fbcc01173
commit
2fd2310b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ class Delta(OpenAIObject):
|
|||
if images is not None:
|
||||
self.images = images
|
||||
else:
|
||||
del self.image
|
||||
del self.images
|
||||
|
||||
if function_call is not None and isinstance(function_call, dict):
|
||||
self.function_call = FunctionCall(**function_call)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue