kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
62 wiersze
1.2 KiB
Markdown
62 wiersze
1.2 KiB
Markdown
[chatgpt](../readme.md) / [Exports](../modules.md) / [openai](../modules/openai.md) / CreateCompletionResponseUsage
|
|
|
|
# Interface: CreateCompletionResponseUsage
|
|
|
|
[openai](../modules/openai.md).CreateCompletionResponseUsage
|
|
|
|
**`Export`**
|
|
|
|
**`Interface`**
|
|
|
|
CreateCompletionResponseUsage
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [completion\_tokens](openai.CreateCompletionResponseUsage.md#completion_tokens)
|
|
- [prompt\_tokens](openai.CreateCompletionResponseUsage.md#prompt_tokens)
|
|
- [total\_tokens](openai.CreateCompletionResponseUsage.md#total_tokens)
|
|
|
|
## Properties
|
|
|
|
### completion\_tokens
|
|
|
|
• **completion\_tokens**: `number`
|
|
|
|
**`Memberof`**
|
|
|
|
CreateCompletionResponseUsage
|
|
|
|
#### Defined in
|
|
|
|
[src/types.ts:422](https://github.com/transitive-bullshit/chatgpt-api/blob/9eac18f/src/types.ts#L422)
|
|
|
|
___
|
|
|
|
### prompt\_tokens
|
|
|
|
• **prompt\_tokens**: `number`
|
|
|
|
**`Memberof`**
|
|
|
|
CreateCompletionResponseUsage
|
|
|
|
#### Defined in
|
|
|
|
[src/types.ts:416](https://github.com/transitive-bullshit/chatgpt-api/blob/9eac18f/src/types.ts#L416)
|
|
|
|
___
|
|
|
|
### total\_tokens
|
|
|
|
• **total\_tokens**: `number`
|
|
|
|
**`Memberof`**
|
|
|
|
CreateCompletionResponseUsage
|
|
|
|
#### Defined in
|
|
|
|
[src/types.ts:428](https://github.com/transitive-bullshit/chatgpt-api/blob/9eac18f/src/types.ts#L428)
|