Chat
Functions
Link copied to clipboard
abstract suspend fun chatCompletion(request: ChatCompletionRequest, requestOptions: RequestOptions? = null): ChatCompletion
Creates a completion for the chat message.
Link copied to clipboard
abstract fun chatCompletions(request: ChatCompletionRequest, requestOptions: RequestOptions? = null): Flow<ChatCompletionChunk>
Stream variant of chatCompletion.