Table of Contents

Property MaximumContextLength

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

MaximumContextLength

Gets or sets the maximum context length for inputs to the model.

public int MaximumContextLength { get; set; }

Property Value

int

The default value is the model's context length. The value is capped at the model's context length.