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

Top


MiniRobotLanguage (MRL)

 

AIC.SetModelChat

Set the chat model for AI conversations

 

Intention

 

The AIC.SetModelChat command configures which OpenAI model to use for chat/conversation operations. Common models include GPT-4 variants and GPT-3.5-turbo.

 

Syntax

 

AIC.SetModelChat|$$ModelName

 

Parameters

 

P1 - $$ModelName - The model name for chat (e.g., "gpt-4", "gpt-4-turbo", "gpt-3.5-turbo")

 

Example

 

' Set GPT-4 for high-quality responses

AIC.SetModelChat|gpt-4

 

' Ask a question

AIC.Ask|Explain quantum computing|$$Answer

DBP.$$Answer

 

Related Commands

 

- AIC.SetModelEdit - Set edit model
- AIC.Ask - Send chat message