This project uses ChatGPT to find historical narratives within any chosen asset class and chosen year. Previous answers are stored and passed to future questions to iteratively dig deep into history to rediscover narratives of the era.
- Navigate via command line to the folder you want to store the repo, run the following three commands:
git clone https://github.com/benb92/chatgpt.git
cd chatgpt
touch .env
- Store your chatgpt token in the following format within the .env file:
(Get the token from https://platform.openai.com/ (1) Click your account top right then "View API Keys" (2) click "+ Create new secret key")
CHATGPT=HereIsTheVeryLongChatGPTToken
pip install -r requirements.txt
python dashboard.py