UNPKG

@elsikora/commitizen-plugin-commitlint-ai

Version:
12 lines (11 loc) 259 B
/** * Enum representing the available LLM providers */ export declare enum ELLMProvider { ANTHROPIC = "anthropic", AWS_BEDROCK = "aws-bedrock", AZURE_OPENAI = "azure-openai", GOOGLE = "google", OLLAMA = "ollama", OPENAI = "openai" }