topP property

double topP
final

A method of text generation where a model will only consider the most probable next tokens that make up the probability p. 0.5 means half of all likelihood-weighted options are considered. Default: 1.0

Implementation

final double topP;