You only need Git and NodeJs to run this program
git clone https://github.com/ZeltNamizake/scgpt
cd scgpt
yarn
You can get API Keys at https://platform.openai.com/api-keys
Enter API Keys in file apikey.js
const ApiKey = "" //Your APIKey
exports.ApiKey = ApiKey
node openai