taranjeet / unofficial-chatgpt-api

This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
https://embedchain.ai
MIT License
689 stars 141 forks source link
chatgpt gpt-3

ChatGPT api

How to install

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

# everytime you want to run the server
source pyenv/bin/activate
pip install -r requirements.txt
playwright install
python server.py

Api Documentation

curl -XGET http://localhost:5001/chat?q=Write%20a%20python%20program%20to%20reverse%20a%20list

Updates

Credit

Disclaimer

Please note that this project is a personal undertaking and not an official OpenAI product. It is not affiliated with OpenAI in any way, and should not be mistaken as such.