This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
gensec-westgate-djw2/hw2/README.md

24 lines
280 B
Markdown

## HW2 for gensec
### Enviornment
Install python3, then run the following:
```
pip install -r requirements.txt
cp .env.example .env
```
After, populate .env with your OPENAI_API_KEY and FIREWALL_API_KEY
### Running
```
python3 app.py
```
### Example Queries
```
```
Enjoy!