|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API > AIU. - Artificial Intelligence Utility |
MiniRobotLanguage (MRL)
Response Behavior Settings
Tuning AI Response Characteristics
Intention
Response Behavior Settings: Shaping AI Output
This section contains commands to fine-tune how the AI generates responses, controlling aspects like randomness, length, and repetition.
It helps you achieve the desired tone and structure in AI outputs.
It’s part of the AIU - OpenAI API suite.
These commands adjust parameters that influence the AI’s response generation process, such as creativity (temperature), token limits, and penalties for repetition.
They’re essential for tailoring responses to specific use cases.
The following commands are included:
•AIU.SetTemperature - Set the temperature for randomness.
•AIU.GetTemperature - Retrieve the current temperature setting.
•AIU.SetMaxToken - Set the maximum token limit for responses.
•AIU.GetMaxToken - Retrieve the current maximum token limit.
•AIU.SetTopP - Set the Top P (nucleus sampling) value.
•AIU.GetTopP - Retrieve the current Top P value.
•AIU.SetPresencePenalty - Set the presence penalty.
•AIU.GetPresencePenalty - Retrieve the current presence penalty.
•AIU.SetFrequencyPenalty - Set the frequency penalty.
•AIU.GetFrequencyPenalty - Retrieve the current frequency penalty.
•AIU.SetStop - Set the stop sequence for response generation.
•AIU.GetStop - Retrieve the current stop sequence.
See also:
• Model and Endpoint Configuration