Chat bot + OpenAI gpt-3.5-turbo.
git clone https://github.com/NewLandTV/NewAI.git
cd NewAI
npm install
You should create a config.json file on root of this repository. Then, please write your bot's token and your OpenAI apiKey as shown below...
{
"token": "[your-discord-bot-token]",
"apiKey": "[your-open-ai-api-key]"
}
Run the run.bat file or follow below.
node . # node index.js