Skip to content

danitechid/wabot-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp BOT - Kecerdasan Buatan

Fitur

1. ChatGPT-3.5-Turbo
2. Google Bard
3. SimSimi
4. ChattyAI

Instalasi

Clone repo

git clone https://github.com/danitechid/wabot-ai.git

Arahkan path

cd wabot-ai

Instal dependensi

Gunakan Npm

npm install

Gunakan Yarn

yarn install

Dapatkan Kunci API

Daftar dan dapatkan kunci API: https://api.danitechno.com

Edit ./config/mainConfig.json

"api": {
    "url": "https://api.danitechno.com",
    "key": "kunci-rahasiamu"
  }

Jalankan server

npm run start