kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
1.5 KiB
1.5 KiB
chatgpt / Exports / openai / CreateChatCompletionDeltaResponse
Interface: CreateChatCompletionDeltaResponse
openai.CreateChatCompletionDeltaResponse
Table of contents
Properties
Properties
choices
• choices: [{ delta
: { content?
: string
; role
: Role
} ; finish_reason
: string
; index
: number
}]
Defined in
created
• created: number
Defined in
id
• id: string
Defined in
model
• model: string
Defined in
object
• object: "chat.completion.chunk"