Home

Awesome

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