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.SetModel

Top


MiniRobotLanguage (MRL)

 

AIC.SetModel

Set the AI model for chat

 

Intention

 

The AIC.SetModel command selects which OpenAI GPT model to use for chat completions. Different models offer different capabilities, speed, and pricing.

 

Syntax

 

AIC.SetModel|$$ModelName

 

P1 - $$ModelName - Model identifier string

 

Available Models

 

GPT-4o: gpt-4o, gpt-4o-mini

GPT-4: gpt-4, gpt-4-turbo, gpt-4-turbo-preview

GPT-3.5: gpt-3.5-turbo

 

Example

 

' Use GPT-4o (recommended)

AIC.SetModel|gpt-4o

 

' Use GPT-3.5 for faster, cheaper responses

AIC.SetModel|gpt-3.5-turbo

 

Related Commands

 

- AIC.Ask - Send chat message

- AIC.SetMaxToken - Set token limit