Appearance
Class EasyGPT
All of easyGPT's functionality is defined within the EasyGPT class.
Usage
You can construct an instance of EasyGPT using this syntax.
js
const gpt = new EasyGPT();
Parameters
PARAMETER | TYPE | Default | DESCRIPTION |
---|---|---|---|
saveContext | Boolean | True | Enable/disable the storing of messages, rules, and answers. View Example |