topP

@SerialName(value = "top_p")
val topP: Double?(source)

Top-p (nucleus) sampling parameter. Tokens are sampled from the smallest set whose cumulative probability exceeds top_p. Default: 0.9