Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
ChatCompletionResponse
Interface ChatCompletionResponse
Response when stream=false (or omitted)
interface
ChatCompletionResponse
{
choices
:
ChatCompletionChoice
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
"chat.completion"
;
service_tier
?:
string
;
system_fingerprint
?:
string
;
usage
:
ChatCompletionUsage
;
}
Index
Properties
choices
created
id
model
object
service_
tier?
system_
fingerprint?
usage
Properties
choices
choices
:
ChatCompletionChoice
[]
created
created
:
number
id
id
:
string
model
model
:
string
object
object
:
"chat.completion"
Optional
service_
tier
service_tier
?:
string
Optional
system_
fingerprint
system_fingerprint
?:
string
usage
usage
:
ChatCompletionUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
created
id
model
object
service_
tier
system_
fingerprint
usage
@wllama/wllama
Loading...
Response when stream=false (or omitted)