|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.SetNumChoices |
Top |
MiniRobotLanguage (MRL)
AIC.SetNumChoices
Set the number of completion choices
Intention
The AIC.SetNumChoices command configures how many alternative completions to generate for each prompt. Higher values increase API cost.
Syntax
AIC.SetNumChoices|$$NumChoices
Parameters
P1 - $$NumChoices - Number of choices (1-10, default is 1)
Example
' Generate 3 alternative responses
AIC.SetNumChoices|3
AIC.Ask|Write a creative story about space|$$Story
DBP.$$Story
Related Commands
- AIC.SetTemp - Set temperature
- AIC.SetTopP - Set top_p sampling