Giter Site home page Giter Site logo

raphaelmansuy / chatgpt-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from taranjeet/unofficial-chatgpt-api

2.0 2.0 1.0 15 KB

This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT and Taranjeet Singh

License: MIT License

Python 91.56% Shell 8.44%
chatgpt openai

chatgpt-api's Introduction

ChatGPT api

  • It uses playwright and chromium to open browser and parse html.
  • It is an unoffical api for development purpose only.

How to install

  • Make sure that python and virual environment is installed.

  • Create a new virtual environment

# one time
virtualenv -p $(which python3) pyenv

# everytime you want to run the server
source pyenv/bin/activate
  • Now install the requirements
pip install -r requirements.txt
  • If you are installing playwright for the first time, it will ask you to run this command for one time only.
playwright install

👉 The installation can also be done with:

source install.sh
  • Now run the server
python server.py

Runnning the server will open a browser window. You need to login to your account the first time you run the server.

👉 A script has been to run the server : run.sh.

  • The server runs at port 5001. If you want to change, you can change it in server.py

Api Documentation

  • There is a single end point only. It is available at /chat
curl -XGET http://localhost:5001/chat?q=Write%20a%20python%20program%20to%20reverse%20a%20list

Credit

  • All the credit for this script goes to Daniel Gross's whatsapp gpt package. I have just taken the script as an individual file and added documentation for how to install and run it.

  • Modified by Raphaël MANSUY to improve the waiting algorithm and to add a script to install and run the server.

chatgpt-api's People

Contributors

raphaelmansuy avatar shaal avatar taranjeet avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

mehditazi

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.