This commit is contained in:
David Westgate 2024-05-16 20:44:56 -07:00
parent c4b0cc744d
commit ce12730daf

View File

@ -9,7 +9,7 @@ to see if the LLM can respond with the correct password.
Install python3, then
```
cd hw5
pip install -r requirnments.txt
pip install -r requirements.txt
cp .env.example .env #fill in env file with key
python3 app.py
```