Property MaximumRecallTokens
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
MaximumRecallTokens
Maximum number of tokens recalled from Memory per turn.
Defaults to ContextSize / 4
. The effective value is automatically capped to at most
ContextSize / 2
.
public int MaximumRecallTokens { get; set; }