Constructor ChatHistory
- Namespace
- LMKit.TextGeneration.Chat
- Assembly
- LM-Kit.NET.dll
ChatHistory(LM)
Create a new instance of the ChatHistory class.
public ChatHistory(LM model)
Parameters
modelLMSpecifies the Model object that will be utilized in conjunction with this chat history instance.