Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 811 Bytes

Windows.md

File metadata and controls

49 lines (35 loc) · 811 Bytes

Deploy on Windows

  1. Install NodeJS and Git Bash.


    npm install -g npm
  2. Clone the repository:

    git clone https://github.com/yesbhautik/Whatsapp-Ai-BOT
  3. Go to the project directory:

    cd Whatsapp-Ai-BOT
  4. Clean NPM Cache:

    npm cache clean --force
  5. Install dependencies:

    npm i
  6. Configure OpenAI API

    cp example.key.json key.json
    notepad key.json

    Replace "OPENAI_API_KEY" with your actual OpenAI API key.

  7. Run the project:

    npm start