Metadata-Version: 2.1
Name: griseo
Version: 0.7.2
Summary: Chat with OpenAI in the Hacker way.
Home-page: https://github.com/korandoru/griseo
License: Apache-2.0
Keywords: chatgpt,cli,openai
Author: tison
Author-email: wander4096@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software 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: openai (>=0.27.4,<0.28.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://github.com/korandoru/griseo
Project-URL: Repository, https://github.com/korandoru/griseo
Description-Content-Type: text/markdown

# Griseo

Chat with OpenAI in the Hacker way.

## Installation

```shell
pip install griseo
```

## Usage

```shell
export OPENAI_API_KEY=<API_TOKEN> # or echo OPENAI_API_KEY=<API_TOKEN> >> .env
griseo ... # one-shot chat completion
griseo     # open an interactive session  
```

