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 512. Set to -1 to disable the limit entirely (subject to context capacity).

public int MaximumCompletionTokens { get; set; }

Property Value

int