File size: 386 Bytes
21c62af
 
 
 
 
 
 
 
 
 
 
 
 
 
64eb74c
3ed3941
64eb74c
 
3ed3941
64eb74c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
```