Metadata-Version: 2.1
Name: cliai
Version: 0.1.3
Summary: Command-line interface for OpenAI ChatGPT
License: MIT
Author: Baksi
Author-email: myself@baksili.codes
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: click-aliases (>=1.0.1,<2.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: openai (>=0.27.1,<0.28.0)
Description-Content-Type: text/markdown

# CliAI
> CliAI is a Python package that allows you to easily chat with OpenAI's ChatGPT using a command-line interface. With CliAI, you can quickly test and prototype new ideas, chatbots, and language models without writing a single line of code.

## Installation
You can install CliAI via pip:

```
pip install cliai
```

## Usage
To start a conversation, simply run:

```
cliai converse
```
or alternatively `cliai chat`.

The CLI will guide you to create a configuration. Alternatively, you can specify an API using `export OPENAI_API_KEY="your-key"` or using the `--api` flag.

## License
CliAI is distributed under the MIT license. See [LICENSE](./LICENSE) for more information.

