Class JlamaChatModel
java.lang.Object
dev.langchain4j.model.jlama.JlamaChatModel
- All Implemented Interfaces:
ChatModel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()chat(ChatRequest chatRequest) This is the main API to interact with the chat model.
-
Constructor Details
-
JlamaChatModel
-
-
Method Details
-
builder
-
chat
Description copied from interface:ChatModelThis is the main API to interact with the chat model.- Specified by:
chatin interfaceChatModel- Parameters:
chatRequest- aChatRequest, containing all the inputs to the LLM- Returns:
- a
ChatResponse, containing all the outputs from the LLM
-