Add an .env file with the following contents to run the project:
OPENAI_API_KEY=YOUR_KEY_HERE
HUGGINGFACEHUB_API_TOKEN=YOUR_KEY_HERE
Install dependencies from requirements.txt:
pip install -r requirements.txt
Run the project with the following command:
streamlit run app.py