SongGuess
Preparing search index...
server/worker-configuration
ChatCompletionsOutput
Type Alias ChatCompletionsOutput
type
ChatCompletionsOutput
=
{
choices
:
ChatCompletionChoice
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
string
;
service_tier
?:
"auto"
|
"default"
|
"flex"
|
"scale"
|
"priority"
|
null
;
system_fingerprint
?:
string
|
null
;
usage
?:
CompletionUsage
;
}
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
:
string
Optional
service_
tier
service_tier
?:
"auto"
|
"default"
|
"flex"
|
"scale"
|
"priority"
|
null
Optional
system_
fingerprint
system_fingerprint
?:
string
|
null
Optional
usage
usage
?:
CompletionUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
created
id
model
object
service_
tier
system_
fingerprint
usage
SongGuess
Loading...