frequencyPenalty property

  1. @BuiltValueField(wireName: r'frequency_penalty')
num? frequencyPenalty

Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. See more information about frequency and presence penalties.

Implementation

@BuiltValueField(wireName: r'frequency_penalty')
num? get frequencyPenalty;