-
Downoad the repo to a folder of your choosing
-
install the required packages with
pip install -r requirements.txt
(Python versions other than 3.10 untested)
-
Make an openAI API key (you may need to make an account if you do not have on yet): openAI key settings and copy-paste it into the designated area in the
app.py
file. -
Run the
app.py
file with
python app.py
or in VS code.
- Click on the outputted gradio link and enjoy!
To add.remove documents, just put .txt's or pdfs in the DOCS folder.