24 lines
280 B
Markdown
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! |