add readme, env.example

This commit is contained in:
David Westgate 2024-05-18 11:59:53 -07:00
parent e3f00d3044
commit 919ee0c08e
2 changed files with 15 additions and 0 deletions

1
hw6/.env.example Normal file
View File

@ -0,0 +1 @@
OPENAI_API_KEY=""

14
hw6/README.md Normal file
View File

@ -0,0 +1,14 @@
###### David Westgate 24 May 2024
## HW6 for gensec
### Setup + Run
Install python3, then
```
cd hw6
pip install -r requirements.txt
cp .env.example .env #fill in env file with key
python3 app.py
```
### Results