|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API > AIU. - Artificial Intelligence Utility |
MiniRobotLanguage (MRL)
Model and Endpoint Configuration
Defining AI Models and Connections
Intention
Model and Endpoint Configuration: Customizing AI Behavior
This section provides commands to select the AI model and configure the API endpoints used by the AIU system.
It allows you to tailor the AI’s capabilities and connection points for specific tasks.
It’s part of the AIU - OpenAI API suite.
These commands let you specify which OpenAI model to use (e.g., gpt-4o, gpt-3.5-turbo) and define the URLs for chat, responses, and embeddings endpoints.
This is key for optimizing performance and ensuring compatibility with your application.
The following commands are included:
•AIU.SetModel - Set the AI model to be used.
•AIU.GetModel - Retrieve the current AI model.
•AIU.SetChatEndpoint - Set the chat endpoint URL.
•AIU.GetChatEndpoint - Retrieve the current chat endpoint URL.
•AIU.SetResponsesEndpoint - Set the responses endpoint URL.
•AIU.GetResponsesEndpoint - Retrieve the current responses endpoint URL.
•AIU.SetEmbeddingsEndpoint - Set the embeddings endpoint URL.
•AIU.GetEmbeddingsEndpoint - Retrieve the current embeddings endpoint URL.
See also: