Metadata-Version: 2.1
Name: py-chatai
Version: 1.0.1
Summary: 🔗 package guide on https://github.com/mohamedlunar/py-chatai
Home-page: https://github.com/mohamedlunar/py-chatai
Author: MohamedLunar
Author-email: contact.mohamedlunardev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai

# PyChatAI

PyChatAI is a simple Python library to interact with OpenAI's ChatGPT models.

## Installation

```bash
pip install py-chatai
```
