Table of Contents

Property StopSequences

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

StopSequences

Gets the list of sequences that will cause the API to stop generating additional tokens (or text chunks). The resultant text completion will exclude any occurrences of the specified stop sequences.

List<string> StopSequences { get; }

Property Value

List<string>