Git Product home page Git Product logo

aj-butt / alpha Goto Github PK

View Code? Open in Web Editor NEW

This project forked from i-am-alpha/chatgpt

0.0 0.0 0.0 276 KB

Introducing a WhatsApp bot by ALPHA powered by OpenAI's ChatGPT, Dall-E, and NodeJS using Baileys library. This application provides AI-generated results with a real-time automated conversational experience.

Home Page: https://chat.openai.com/chat

JavaScript 41.12% Dockerfile 49.88% Procfile 9.00%

alpha's Introduction

[✅] Created by using ChatGPT 3.5 turbo model.
     - Fork this Repo
     - Get OpenAI API key from https://platform.openai.com/account/api-keys and Replace it on key.json file.
     - Then Tap on Deploy button and Create new app. (for Heroku users)
     - Then go to Deploy tab and Connect to your GitHub.
     - After deployment is finished toggle worker button in Resources tab and Go to View logs.
     - Scan QR and Use your own ChatGPT WhatsApp bot.

ChatGPT for WhatsApp



image

A WhatsApp based 3ʳᵈ party OPEN-AI application that provide AI generated results with a real-time automated conversational experience. 👾

⚠️ Note: Make sure to replace your OpenAI API key in key.json before Deploy

Deploy on VPS.

You need to Install git,ffmpeg,curl,nodejs,yarn with pm2

  1. Install git ffmpeg curl

     sudo apt -y update &&  sudo apt -y upgrade 
     sudo apt -y install git ffmpeg curl
    
  2. Install nodejs

    sudo apt -y remove nodejs
    curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs
    
  3. Install yarn

    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - 
    echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
    sudo apt -y update && sudo apt -y install yarn
    
  4. Clone Repo and install required packages

    // Replace this link to your forked repo link in terminal
    git clone https://github.com/I-am-ALPHA/ChatGPT
    cd ChatGPT
    sudo yarn install --network-concurrency 1
    
  5. Start bot

    sudo yarn global add pm2 && pm2 start index.js --name ChatGPT && pm2 log ChatGPT
    

    If you are facing any problem, restart using this command

    pm2 restart ChatGPT
    

alpha's People

Contributors

i-am-alpha avatar aj-butt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.