Package dev.langchain4j.model.language
package dev.langchain4j.model.language
-
ClassDescriptionA
LanguageModel
which throws aModelDisabledException
for all of its methodsAStreamingLanguageModel
which throws aModelDisabledException
for all of its methodsRepresents a language model that has a simple text interface (as opposed to a chat interface).Represents a language model that has a simple text interface (as opposed to 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, prompt, text segment, etc.