guardrails-genie / README.md
geekyrakshit's picture
update: readme
21c62af
|
raw
history blame
293 Bytes

Guardrails-Genie

Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications.

Installation

git clone https://github.com/soumik12345/guardrails-genie
cd guardrails-genie
pip install -u pip uv
uv venv
uv pip install -e .
source .venv/bin/activate