Preview v0.3.1
Llm Guard
AI Firewall and guardrails for LLM-based Elixir applications. Provides prompt injection detection, data leakage prevention, jailbreak detection, and comprehensive security…
Stats & Info
- Latest release: v0.3.1
- Recent downloads: 275
- All-time downloads: 349
- Maintainers: nshkrdotcom
Installation
Add llm_guard to your list of dependencies in mix.exs:
def deps do
[
{:llm_guard, "~> 0.3.1"}
]
endThen run:
mix deps.get