forked from phoenix/litellm-mirror
parent
42a7588b04
commit
9201c122e7
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ class ModelResponse(OpenAIObject):
|
|||
object = "embedding"
|
||||
else:
|
||||
object = "chat.completion"
|
||||
choices = [Choices()]
|
||||
choices = [Choices(*choices)]
|
||||
if id is None:
|
||||
id = _generate_id()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue