Type alias ChatCompletionConfigOptions

ChatCompletionConfigOptions: Omit<Partial<CreateChatCompletionRequest>, "messages">

OpenAI-specific configuration options for the Conversation class, used by the ConversationConfig class.

Remarks

The messages property is omitted since messages is handled entirely by the library.

Generated using TypeDoc