Package dev.langchain4j.model.chat
package dev.langchain4j.model.chat
-
ClassDescriptionRepresents a language model that has a chat interface.A
ChatLanguageModelwhich throws aModelDisabledExceptionfor all of its methodsAStreamingChatLanguageModelwhich throws aModelDisabledExceptionfor all of its methodsRepresents a language model that has a chat interface and can stream a response one token at a time.Represents an interface for estimating the count of tokens in various text types such as a text, message, prompt, text segment, etc.