presencePenalty

@SerialName(value = "presence_penalty")
val presencePenalty: Double? = null

Number between 0 and 1 (default 0) that penalizes new tokens based on whether they appear in the text so far. Increases the model's likelihood to talk about new topics.

Defaults to 0.