Table of Contents

Property MaximumCompletionTokens

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

MaximumCompletionTokens

Maximum tokens allowed for the assistant completion per turn.

Default is -1 (unlimitedh, subject to context capacity). Set a positive value to cap output length.

public int MaximumCompletionTokens { get; set; }

Property Value

int
Share