Package dev.langchain4j.model.language
Interface LanguageModel
-
- All Implemented Interfaces:
public interface LanguageModel
Represents a language model that has a simple text interface (as opposed to a chat interface). It is recommended to use the dev.langchain4j.model.chat.ChatLanguageModel instead, as it offers more features.