Property ContextSize
- Namespace
- LMKit.TextGeneration.Events
- Assembly
- LM-Kit.NET.dll
ContextSize
Gets the size of the underlying context window used by the language model.
public int ContextSize { get; }
Property Value
Remarks
The context size represents the maximum number of tokens that the model can process at once.