OpenAiChatCompletionRequest

data class OpenAiChatCompletionRequest(val model: String? = null, val messages: List<OpenAiMessage> = emptyList(), val stream: Boolean? = false, val streamOptions: OpenAiStreamOptions? = null)

Constructors

Link copied to clipboard
constructor(model: String? = null, messages: List<OpenAiMessage> = emptyList(), stream: Boolean? = false, streamOptions: OpenAiStreamOptions? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val model: String? = null
Link copied to clipboard
val stream: Boolean? = false
Link copied to clipboard