Property StopSequences
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
StopSequences
Specifies a set of sequences for which generation should stop immediately. Any tokens that match these sequences are not included in the final output.
public List<string> StopSequences { get; }