|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.SetStop |
Top |
MiniRobotLanguage (MRL)
AIC.SetStop
Set stop sequences for AI generation
Intention
The AIC.SetStop command configures sequences that will cause the AI to stop generating further tokens when encountered.
Syntax
AIC.SetStop|$$StopSequences
Parameters
P1 - $$StopSequences - Stop sequence(s), comma-separated for multiple (e.g., "", "Human:,AI:")
Example
' Stop generation at double newline
AIC.SetStop|
AIC.Ask|Write a short poem|$$Poem
DBP.$$Poem
Related Commands
- AIC.SetMaxTokens - Set max tokens
- AIC.SetTemp - Set temperature