Configure completion parameters for AI Approver Review
The Super Administrator can configure the completion parameters for the AI model for the AI Approver Review feature using the setting AIApprovalSolutionCompletionParameters.
NOTE: This setting is accessible by Super admins only.
- Setting Name: AIApprovalSolutionCompletionParameters
- Section: AI Approver Review
- Description: Configures parameters for AI model completion, such as model type, max_tokens, max_context, temperature, and top_p.
- Default value: 'None'
- Type: Multi String
- Setting Level: Company
- Super Admin only?: Yes
To configure the AI completion parameters using the AIApprovalSolutionCompletionParameters setting:
- Open the Administrator Console.
- Click Settings > Application Settings.
- On the Application Settings page, click and expand AI Approver Review.
- Click and expand AIApprovalSolutionCompletionParameters.
-
For configuring the setting at the company level:
- Click Add near Company/Group Values
- Under Select Company, select the company for which you want to configure the AI model completion parameters.
-
In Setting Value, enter the parameters.
For example:
{
"model" : "gpt-4",
"max_context": 5000,
"max_tokens": 5000,
"temperature": 0.7,
"top_p": 1.0
} - Click Save.
- Click Save Setting.