AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.SetTemperature

Top


MiniRobotLanguage (MRL)

 

AIC.SetTemperature

Set response creativity/randomness

 

Intention

 

The AIC.SetTemperature command controls the randomness/creativity of AI responses. Lower values give more deterministic, focused answers. Higher values give more creative, diverse responses.

 

Syntax

 

AIC.SetTemperature|$$Value

 

P1 - $$Value - Temperature 0.0 to 2.0 (default: 0.7)

 

Temperature Values

 

0.0: Deterministic, same answer always

0.3: Focused, good for coding/facts

0.7: Balanced (default)

1.0: Creative, diverse responses

1.5+: Very creative, may be unfocused

 

Example

 

' For factual answers

AIC.SetTemperature|0.2

AIC.Ask|What is the speed of light?|$$Answer

 

' For creative writing

AIC.SetTemperature|1.0

AIC.Ask|Write a poem about space|$$Poem

 

Related Commands

 

- AIC.SetTopP - Alternative sampling

- AIC.Ask - Chat command