Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 538 Bytes

Simple ChatGPT-API Interface

This simple example allowes you to edit parameters for for ChatGPT based chatbot, for easy customization of behaviour.

Installation

  1. Clone this repository to your local machine.
  2. add the file chatGPTkey.js to your /js folder
  3. const OPENAI_API_KEY = 'your api key here'; // never share this or publish online!
  4. Run the webapp on a local web server.
  5. Change the behaviour of chatGPT by editing the params.js file