Skip to content

NewLandTV/NewAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New AI

Chat bot + OpenAI gpt-3.5-turbo.

How to run

Clone this repository

git clone https://github.com/NewLandTV/NewAI.git
cd NewAI

Install node packages

npm install

Setup config.json

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 bot

Run the run.bat file or follow below.

node .  # node index.js