Instructions
Head over to Glitch (a platform for building applications). You'll need to create a free account, or log in.
Once you're logged in, create a copy of my chatbot code.
You should now be seeing the README documentation. Read through it carefully and follow the instructions. You need to add a few things, like add your own custom chatbot prompt.
You'll also need an account on the OpenAI platform. Create an account or log in.
Once you're ready, simply copy & paste the following code as an embedded iframe on your website, or hyperlink directly to the chatbot using the Glitch project URL. Just remember to update the project URL first:
<div style="position: relative; width: 100%; height: 100%;"> <iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="[Your-Glitch-project-url-here.com]" frameborder="0" scrolling="no"></iframe> </div>
Notes:
This application is not regularly updated, but if you need help, please reach out via LinkedIn
Just in case you didn't know, OpenAI charges you for each API call. Although I provide this chatbot for free, you will need to pay a very small amount to access OpenAI's API.