forked from DarkMakerofc/OpenAi-ChatGPT-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 757 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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": ""
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}