repeatPenalty property
Industry name: llama.cpp and Ollama both spell this repeat_penalty.
Implementation
@$pb.TagNumber(5)
$core.double get repeatPenalty => $_getN(4);
Implementation
@$pb.TagNumber(5)
set repeatPenalty($core.double value) => $_setFloat(4, value);