Metadata-Version: 2.1
Name: jarvis-chat-cli
Version: 0.1.5
Summary: A simple CLI tool for interacting with ChatGPT
Home-page: https://github.com/yohanjhaveri/jarvis
Author: Yohan Jhaveri
Author-email: yohanjhaveri@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.1.2)
Requires-Dist: openai (>=0.27.0)

# Jarvis: A simple CLI tool for interacting with ChatGPT

Say hello to `jarvis`, an awesome tool that conveniently allows you to converse with ChatGPT right from your terminal!

## Usage

To manually set your OpenAI API key, use the `-k` (or `--key`) argument:
```
jarvis -k <YOUR_API_KEY_HERE>
```

To start talking to jarvis, simply type:
```
jarvis
```

## Future Work

- Option to save conversations so they can be continued in a later session
- Option to enter multi-line prompts
- Option to stop or regenerate response

