Metadata-Version: 2.1
Name: ChatGPTWeb
Version: 0.0.1
Summary: a ChatGPT API,no web ui
Home-page: https://github.com/nek0us/ChatGPT
Author: nek0us
Author-email: nekouss@gmail.com
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# ChatGPT
a ChatGPT api,no web ui
一个不怎么使用网页的ChatGPT api
[![PyPi](https://img.shields.io/pypi/v/ChatGPTWeb.svg)](https://pypi.python.org/pypi/ChatGPTWeb)

# 安装/Install
```bash
pip install ChatGPTWeb

playwright install firefox
```
