- (install express) open a terminal in the folder: **run this: npm install express **run this: npm install openai **run this: npm install base64
- (add your d-id api key) edit the
api.json
inside the uncompressed folder and replace the emoji with your key - Run a test to ensure yor api is set correctly by checking d-id credit balance: Run test_d_id.js
- (add your OpenAI api key) edit the
config.json
inside the uncompressed folder and replace the emoji with your key - Run a test to ensure yor api is set correctly by checking ChatGPT: Run test_openai.js
- Got issues? Cut and paste to ChartGPT and ask for assistance as both tests must woprk before proceeding
- You should see this message - server started on port localhost:3000
- (open index.html app) in the browser add localhost:3000
- Open a session in your terminal in the folder with our code run this: node app.js
- You should see this message - server started on port localhost:3000
- (open index.html app) in the browser add localhost:3000
- (connect) press connect you should see the connection ready
- (Enter Chat Text) press the start button to start streaming
- Be patient and enjoy the puzzle if things are not working right away -- stay with it you will get it!