Metadata-Version: 2.1
Name: chat-companion
Version: 0.1.5
Summary: A chat gpt command line client with extra features"
License: Apache 2.0
Author: daniel-davee
Author-email: daniel.v.davee@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary 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: inquirerpy (>=0.3.4,<0.4.0)
Requires-Dist: openai (>=0.26.5,<0.27.0)
Requires-Dist: plac (>=1.3.5,<2.0.0)
Requires-Dist: pysimplelog (>=4.0.0,<5.0.0)
Description-Content-Type: text/markdown

# CLI Companion

CLI Companion is a command line tool that you can use to ask questions and get responses back from a virtual companion. You can also review previous questions and responses.

## Installation

Using pip

`pip install chat-companion`

Using Poetry

`poetry add chat-companion`

## Usage

run 
`companion --help` 

To see the list of commands.

```
custom commands
===============
generate_response  proof_read   review     talk     
help               resummarize  summarize  translate
```

### Talk

To ask a question, use the `talk` subcommand. For example:

```
companion talk "What is your name?"
```

### Review

To review previous questions and responses, use the `review` subcommand. This will bring up a list of previous questions. You can then select a question to view the response.
