Table of Contents

Property KeepLast

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

KeepLast

Determines whether the last generated token should be included in the response when the text completion process is terminated prematurely. This property is relevant only if Stop is set to true.

public bool KeepLast { get; set; }

Property Value

bool

The default value is false.