Metadata-Version: 2.1
Name: gpt_suite
Version: 0.2.2
Summary: A Suite for Querying ChatGPT
Author-email: Chengfei Wu <wucf@projp.org>
License: MIT
Project-URL: homepage, https://github.com/dreamilization/gpt-suite
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai<2,>=1.3.4
Requires-Dist: tqdm>=4.66.1

# GPT Suite
### A collection of tools for working with GPT-3 and GPT-4.

## Building
To build the project, run the following command in the root directory of the project:
```bash
python3 -m build
```

## Installation
Once the project is built, you can install the package by running the following command in the root directory of the project, replacing `x.x.x` with the version number:
```bash
pip install dist/gpt_suite-x.x.x-py3-none-any.whl
```
