Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMakerofc authored Jul 9, 2023
1 parent 7928cc5 commit d7be184
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: node index.js
worker: pm2 start index.js && pm2 logs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "open-ai-chatGPT-bot",
"version": "2.0.0",
"description": "Mr nima chat gpt bot allows you to use OpenAi(chatGPT) on Whatsapp.",
"main": "index.js",
"main": "main.js",
"type": "commonjs",
"scripts": {
"start": "node main.js"
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@adiwajshing/baileys": "npm:[email protected]",
"@adiwajshing/keyed-db": "^0.2.4",
"mrnima-openai-chatgpt-bot": "^0.0.9",
"mrnima-openai-chatgpt-bot": "^0.1.1",
"openai": "^3.1.0",
"qrcode-terminal": "^0.12.0"
},
Expand Down
8 changes: 8 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs }: {
deps = [
pkgs.nodejs-18_x
pkgs.nodePackages.typescript-language-server
pkgs.yarn
pkgs.replitPackages.jest
];
}

0 comments on commit d7be184

Please sign in to comment.