Metadata-Version: 2.1
Name: xxx-chat
Version: 0.0.3
Summary: use command to chat with openai models, for :bear:
Home-page: https://github.com/
Author: xoto
Author-email: xxx.tao.c@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click

[English](README.md) 

# xxx-chat 

## Quick start

Use this command line to install the python packages:

```bash
pip3 install xxxchat
```
Or use the following command line to guide you to a specific python version, if you have multiple versions of python locally
```bash
python3.x -m pip3 install xxxchat
```



## Features
...

## Requirements

A terminal with Python and pip installed:

- Installed python environment and python version >= 3.9

## Installing

```bash
pip3 install xxxchat
```

## Uninstall

```bash
pip3 uninstall xxxchat
```

## Feedback or questions
- You can send an email to: ``xxx.tao.c@gmail.com`` or ``xoto@outlook.be``

## License
MIT

