langtest.augmentation.utils#

Functions

generate_templates_azoi(template, ...)

Generate new templates based on the provided template using Azure OpenAI API.

generate_templates_ollama(template, ...[, ...])

Generate new templates based on the provided template using Ollama API.

generate_templates_openai(template, ...[, ...])

Generate new templates based on the provided template using OpenAI API.

Classes

AzureOpenAIConfig

Azure OpenAI Configuration for API Key and Provider.

OpenAIConfig

OpenAI Configuration for API Key and Provider.

Templates(*, templates)

Model to validate generated templates.