Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 709 Bytes

README.md

File metadata and controls

43 lines (37 loc) · 709 Bytes

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