From 68de64c8382c6456ef9b3c80a47cd2c6c765fa11 Mon Sep 17 00:00:00 2001 From: Nimesh Madusanka <104353654+MR-NIMA-X@users.noreply.github.com> Date: Fri, 3 Nov 2023 10:11:03 +0530 Subject: [PATCH] Add files via upload --- app.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..1b00e0a --- /dev/null +++ b/app.json @@ -0,0 +1,34 @@ +{ + "name": "Whatsapp Ai Bot", + "description": "This is an Open Ai Chat Gpt whatsapp bot created by mr nima.", + "repository": "https://github.com/DarkMakerofc/OpenAi-ChatGPT-Bot", + "logo": "https://telegra.ph/file/7e4a883eab0f96664798e.jpg", + "keywords": [ + "nodejs", + "Bot", + "WhatsApp Ai Bot" + ], + "env": { + "SESSION_ID": { + "description": "Type the Session-ID you got from scaning QR [ https://gpt-qr-code.onrender.com ]", + "required": true, + "value": "" + }, + "BOT_PRIVATE": { + "description": "Type if you want private true else you want public false", + "required": true, + "value": "true" + } + }, + "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" + } + ], + "formation": { + "worker": { + "quantity": 1, + "size": "standard-1x" + } + } +} \ No newline at end of file