diff --git a/hw6/.env.example b/hw6/.env.example new file mode 100644 index 0000000..da67259 --- /dev/null +++ b/hw6/.env.example @@ -0,0 +1 @@ +OPENAI_API_KEY="" \ No newline at end of file diff --git a/hw6/README.md b/hw6/README.md new file mode 100644 index 0000000..e9ae2ec --- /dev/null +++ b/hw6/README.md @@ -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