@nickyzj2023/utils
Preparing search index...
ai
ChatCompletions
Response
Type Alias Response
请求非流式 /chat/completions 的响应结果
type
Response
=
{
choices
:
{
finish_reason
:
|
"stop"
|
"length"
|
"tool_calls"
|
"content_filter"
|
null
;
index
:
number
;
message
:
Message
;
}
[]
;
created
:
number
;
id
:
string
;
model
:
string
;
object
:
"chat.completion"
;
system_fingerprint
?:
string
;
usage
:
Usage
;
}
Index
Properties
choices
created
id
model
object
system_
fingerprint?
usage
Properties
choices
choices
:
{
finish_reason
:
|
"stop"
|
"length"
|
"tool_calls"
|
"content_filter"
|
null
;
index
:
number
;
message
:
Message
;
}
[]
created
created
:
number
id
id
:
string
model
model
:
string
object
object
:
"chat.completion"
Optional
system_
fingerprint
system_fingerprint
?:
string
usage
usage
:
Usage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
choices
created
id
model
object
system_
fingerprint
usage
@nickyzj2023/utils
Loading...
请求非流式 /chat/completions 的响应结果