Ask a question to get started
Enter to sendā¢Shift+Enter new line
import { ... } from "@langchain/core/language_models/chat_models";
Base class for chat models. It extends the BaseLanguageModel class and provides methods for generating chat based on input messages.
An abstract class that extends BaseChatModel and provides a simple implementation of _generate.
Represents the call options for a base chat model.
Represents the parameters for a base chat model.
Represents a serialized chat model.
Represents a serialized large language model.