Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.54 KB

File metadata and controls

29 lines (19 loc) · 1.54 KB

Building Rapport (reactchatbotv2)

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

Building Rapport Screenshot

Install Instructions (yeah the irony on low code and needing VS Code is not lost on me)

  1. Install VS Code
  2. Click on Clone Git Respository
  3. Type in https://github.com/jondoesflow/reactchatbotv2.git
  4. Choose a place for the folder to reside
  5. Open the folder
  6. 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
  7. Save the file
  8. Open a terminal
  9. Type npm install
  10. Type npm run dev
  11. The react app will run on your local host http://localhost:3000/