I am mentoring someone in Australia around the Power Platform. An issue is that we have a timezone problem, I am in the UK. We started using Loom for asynchronous meetings. The first iteration of Building Rapport (reactchatbotv1) was born:
https://www.loom.com/share/fa78a67c4000484d856734eba8f0ef57?sid=91095082-6b91-4016-893a-2449b8b9b3cc
After that, I decided to spin up another Custom GPT, but that was then behind the ChatGPT + subscription. So I have come up with this.
This is Building Rapport (ReactChatBotv2), it allows for consultants to home their skills in consulting whislt also giving them an idea on their passion on what to build.
Watch the video for install instructions here - https://www.loom.com/share/72375e0e75174354a3686155b24442c1?sid=c558c857-f0c4-4415-b1fa-aa3ea29d7ec3
- Install VS Code
- Click on Clone Git Respository
- Type in https://github.com/jondoesflow/reactchatbotv2.git
- Choose a place for the folder to reside
- Open the folder
- Open App.jsx and go to line 8, you will need your Open API key, you can get this from https://platform.openai.com/api-keys, paste it between the double quotes
- Save the file
- Open a terminal
- Type npm install
- Type npm run dev
- The react app will run on your local host http://localhost:3000/