add readme, env.example
This commit is contained in:
parent
e3f00d3044
commit
919ee0c08e
1
hw6/.env.example
Normal file
1
hw6/.env.example
Normal file
@ -0,0 +1 @@
|
||||
OPENAI_API_KEY=""
|
14
hw6/README.md
Normal file
14
hw6/README.md
Normal 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
|
Reference in New Issue
Block a user