Python version used: 3.11.5
- Either git clone the repository as follows: git clone https://github.com/kv-22/chatWithHistory.git or download the source code as ZIP.
- Create a ".env" file and store the OpenAI API key in it as follows: OPENAI_API_KEY=xyz
- Then head over to chrome://extensions/
- Make sure 'Developer mode' is enabled in the top right corner.
- Click on 'Load unpacked' to upload the 'extension' folder of this project's source code.
- Run the 'server.py' file in the 'server' folder of this project's source code.
- Locate the extension in the extensions tab, pin it, and click on the icon to open the extension's popup.