guardrails-genie / README.md
geekyrakshit's picture
rename: app
3ed3941
|
raw
history blame
386 Bytes
# Guardrails-Genie
Guardrails-Genie is a tool that helps you implement guardrails in your LLM applications.
## Installation
```bash
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
```
## Run Chat App
```bash
OPENAI_API_KEY="YOUR_OPENAI_API_KEY" streamlit run chat_app.py
```