Interface CreateDryChatCompletionConfig

Configuration options for streamed Chat Completions executed in dry mode.

Hierarchy

  • CreateDryChatCompletionConfig

Properties

chunkDelay?: number

The delay between each chunk.

Default

50
initialDelay?: number

The delay before the first chunk is sent.

Default

500
model?: string

The model to use for the completion.

Default

"gpt-3.5-turbo"

Generated using TypeDoc