kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
62 wiersze
1.3 KiB
Markdown
62 wiersze
1.3 KiB
Markdown
![]() |
[chatgpt](../readme.md) / [Exports](../modules.md) / [openai](../modules/openai.md) / CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
# Interface: CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
[openai](../modules/openai.md).CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
**`Export`**
|
||
|
|
||
|
**`Interface`**
|
||
|
|
||
|
CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [finish\_reason](openai.CreateChatCompletionResponseChoicesInner.md#finish_reason)
|
||
|
- [index](openai.CreateChatCompletionResponseChoicesInner.md#index)
|
||
|
- [message](openai.CreateChatCompletionResponseChoicesInner.md#message)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### finish\_reason
|
||
|
|
||
|
• `Optional` **finish\_reason**: `string`
|
||
|
|
||
|
**`Memberof`**
|
||
|
|
||
|
CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[src/types.ts:370](https://github.com/transitive-bullshit/chatgpt-api/blob/1e4ddd6/src/types.ts#L370)
|
||
|
|
||
|
___
|
||
|
|
||
|
### index
|
||
|
|
||
|
• `Optional` **index**: `number`
|
||
|
|
||
|
**`Memberof`**
|
||
|
|
||
|
CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[src/types.ts:358](https://github.com/transitive-bullshit/chatgpt-api/blob/1e4ddd6/src/types.ts#L358)
|
||
|
|
||
|
___
|
||
|
|
||
|
### message
|
||
|
|
||
|
• `Optional` **message**: [`ChatCompletionResponseMessage`](openai.ChatCompletionResponseMessage.md)
|
||
|
|
||
|
**`Memberof`**
|
||
|
|
||
|
CreateChatCompletionResponseChoicesInner
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
[src/types.ts:364](https://github.com/transitive-bullshit/chatgpt-api/blob/1e4ddd6/src/types.ts#L364)
|