Package dev.langchain4j.model.chat
package dev.langchain4j.model.chat
-
ClassDescriptionRepresents a capability of a
ChatLanguageModelorStreamingChatLanguageModel.Represents a language model that has a chat API.AChatLanguageModelwhich throws aModelDisabledExceptionfor all of its methodsAStreamingChatLanguageModelwhich throws aModelDisabledExceptionfor all of its methodsRepresents a language model that has a chat API and can stream a response one token at a time.