Configuring Gen AI
To enable and use the Gen AI module in PruTAN, you need to configure your AI model providers and settings through the Settings module under the Integration section. This setup allows you to connect to external AI services and select the models for script execution.
Accessing Integration Settings
- Open the Settings module from the main navigation.
- Navigate to the Integration section.
Image: Integration Settings Overview
Configuring AI Settings
In the Integration section, configure your AI provider enable script execution in the Gen AI module.
Supported Providers:
- OpenAI (for GPT models)
- Meta (for Llama models)
- Other compatible providers
Image: AI Provider
To configure:
- Select the provider from the Provider dropdown.
- Select the available model for that provider from the Model dropdown.
- Provide the Base URL and API Key for the selected provider.
- Save the configuration.
- Enable the AI Configuration by clicking the 'toggle on' button.
Image: Model
Available models include:
- GPT-4o mini: Optimized for reasoning, accuracy, and structured output generation. Ideal for test case simulation, message interpretation, and response validation.
- GPT-4: Advanced model for complex scenarios, offering higher accuracy and deeper analysis.
- Llama 3.2: Lightweight and efficient model for faster script processing and smaller test scenarios. Suitable for quick validations and logical test steps.
- Claude 3: Balanced model for ethical AI responses and versatile testing workflows.
Select the model that best fits your testing requirements. You can switch models at any time without affecting existing scripts.
Authentication and Security
Ensure your API keys are securely stored. PruTAN encrypts sensitive information and does not share it externally. Regularly rotate keys for security best practices.
Testing Configuration
After setup, test your configuration by running a simple script in the Gen AI module to verify connectivity and model selection.
If you encounter issues, check:
- API key validity
- Network connectivity
- Provider service status
For further assistance, refer to the Integration Settings documentation or contact support.