Table of Contents

Constructor ChatHistory

Namespace
LMKit.TextGeneration.Chat
Assembly
LM-Kit.NET.dll

ChatHistory(LLM)

Create a new instance of the ChatHistory class.

public ChatHistory(LLM model)

Parameters

model LLM

Specifies the Model object that will be utilized in conjunction with this chat history instance.