frequencyPenalty

@SerialName(value = "frequency_penalty")
val frequencyPenalty: Double? = null

Number between 0 and 1 (default 0) that penalizes new tokens based on their existing frequency in the text so far. Decreases the model's likelihood to repeat the same line verbatim.

Defaults to 0.