Table of Contents

Property MaximumCompletionTokens

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

MaximumCompletionTokens

Defines the maximum number of tokens permitted for the assistant completion per turn. Set to -1 to remove the cap (subject to model/context limits).

int MaximumCompletionTokens { get; set; }

Property Value

int