Table of Contents

Property StopSequences

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

StopSequences

Added to Preset.StopSequences, never replacing them: stop sequences are a property of the model's template as much as of the caller's intent, and a consumer adding "\nUser:" must not thereby delete the preset's <|eot_id|>. The effective set is the ordinal-distinct union of the preset's, these, and ChatOptions.StopSequences, sorted longest-first.

public IList<string> StopSequences { get; }

Property Value

IList<string>