|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIO. - OpenRouter AI > AIO Commands |
Sets the minimum probability parameter for token selection.
AIO_SetMinP($$MINP)
Parameter |
Description |
Required |
$$MINP |
Min-P value (0.0 to 1.0, default 0.0) |
Yes |
·Minimum probability relative to the most likely token.
·Filters out low-probability tokens.
·0.1 = only tokens at least 1/10th as probable as best option.
AIO_SetMinP|0.05
Sets the minimum probability to 0.05, filtering out tokens that are less than 5% as probable as the most likely token.