toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
ChatCompletion
/
ChatCompletion
Chat
Completion
constructor
(
id
:
String
,
created
:
Long
,
model
:
ModelId
,
choices
:
List
<
ChatChoice
>
,
usage
:
Usage
?
=
null
,
systemFingerprint
:
String
?
=
null
)