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"
|
object = "embedding"
|
||||||
else:
|
else:
|
||||||
object = "chat.completion"
|
object = "chat.completion"
|
||||||
choices = [Choices()]
|
choices = [Choices(*choices)]
|
||||||
if id is None:
|
if id is None:
|
||||||
id = _generate_id()
|
id = _generate_id()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue