This simple example allowes you to edit parameters for for ChatGPT based chatbot, for easy customization of behaviour.
- Clone this repository to your local machine.
- add the file chatGPTkey.js to your /js folder
const OPENAI_API_KEY = 'your api key here'; // never share this or publish online!
- Run the webapp on a local web server.
- Change the behaviour of chatGPT by editing the params.js file