All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.simiacryptus.jopenai.ChatInterface.kt Maven / Gradle / Ivy

There is a newer version: 1.1.12
Show newest version
package com.simiacryptus.jopenai

import com.simiacryptus.jopenai.models.OpenAITextModel
import org.slf4j.event.Level
import java.io.BufferedOutputStream

interface ChatInterface {
    val logStreams: MutableList
    fun moderate(text: String)
    fun log(level: Level, msg: String)
    fun chat(chatRequest: ApiModel.ChatRequest, model: OpenAITextModel): ApiModel.ChatResponse
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy