Table of Contents

Property StopSequences

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

StopSequences

Specifies a set of sequences for which the API will stop generating additional tokens (or text chunks).
The resultant text completion will exclude any occurrence of the specified stop sequences.

public List<string> StopSequences { get; }

Property Value

List<string>