AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

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

AIC. - Artificial Intelligence Command

AIC.Set Vision Endpoint

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.Set Vision Endpoint

Set the http: - Endpoint for the Open AI Vision Commands

 

 

Intention

 

This command is designed to define the endpoint for vision-related AI operations. The default endpoint is:

 

`https://api.openai.com/v1/chat/completions`

 

It allows for the endpoint to be updated as necessary, affecting only vision-related commands.

 

 

Syntax

 

 

AIC.Set Vision Endpoint[|P1]

 

 

Parameter Explanation

 

P1 - (optional) URL of the Endpoint to use. Currently, only the default endpoint is allowed. If P1 is omitted, the default Endpoint is set.

 

 

 

 

Example

 

'***********************************

' AIC.-Sample

'***********************************
 

' Set the Vision endpoint to the default

AIC.Set Vision Endpoint

ENR.

 

 

 

 

 

Remarks

 

  Currently, only the default endpoint is allowed.

 

 

Limitations:

 

Setting an incorrect or unreachable endpoint may lead to errors or undefined results.

 

 

 

See also: