chat 0.2.1

AI platform agnostic cli
Documentation
# Chat - AI Platform Agnostic CLI

[<img alt="github" src="https://img.shields.io/badge/github-MNThomson/chat-bc3f48?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/MNThomson/chat)
[<img alt="crates.io" src="https://img.shields.io/crates/v/chat.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/chat)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/MNThomson/chat/ci.yml?branch=master&style=for-the-badge&logo=githubactions&logoColor=white" height="20">](https://github.com/MNThomson/chat/actions?query=branch%3Amaster)

## Introduction

I kept getting fed up with different "ai" cli tools, so I just built one.

```console
$ cargo install chat

$ OPENAI_API_KEY=sk... chat "Write an owl Hiku"
Silent wings take flight,
Eyes of wisdom in the night,
Owl watches, unseen.
```

#### License

<sup>
Licensed under <a href="LICENSE">MIT</a>
</sup>
<br>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you shall be licensed as above, without any additional terms or conditions
</sub>