Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-NIMA-X authored Nov 3, 2023
1 parent acedaa7 commit 68de64c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 68de64c

Please sign in to comment.