Top-P changes how the model selects tokens for output. Tokens are selected from the most probable to least probable until the sum of their probabilities equals the top-P value.
Specify a lower value for less random responses and a higher value for more random responses.
topP: number