After cloning make sure you install the requirements mentioned in the requirements.txt by running the following command
pip install -r requirments.txtOnce installed you can run the app using the following command
streamlit run chatbot.pyEnsure that you have your environment variables setup in the following manner:
GOOGLE_API_KEY = <your api key>Currently I'm using google's gemini but you can switch that for any llms.