diff --git a/src/sequrity/types/enums.py b/src/sequrity/types/enums.py index bcd9409..0c8f1b3 100644 --- a/src/sequrity/types/enums.py +++ b/src/sequrity/types/enums.py @@ -25,6 +25,7 @@ class LlmServiceProvider(StrEnum): OPENROUTER = "openrouter" ANTHROPIC = "anthropic" SEQURITY_AZURE = "sequrity_azure" + LLAMA = "llama" LlmServiceProviderStr = Literal["openai", "openrouter", "anthropic", "sequrity_azure"]