Metadata-Version: 2.1
Name: asst
Version: 1.6
Summary: ChatGPT shell command
Home-page: https://github.com/Boris-code/chatgpt-cli.git
Author: Boris
Author-email: boris_liu@foxmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai

# ChatGPT-CLI
> ChatGPT shell command

## Install

```shell
pip install asst
```

## Use

```shell
> asst
You: hello
Bot: Hi there!
```
