Metadata-Version: 2.1
Name: gpt-repl
Version: 0.4.8
Summary: Command line REPL for ChatGPT
Author-email: Lucas Hansen <lucashansen@gmail.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: click >=8.0
Requires-Dist: colorama >=0.1.0
Requires-Dist: guesslang-experimental >=2.2.3
Requires-Dist: openai >=0.25
Requires-Dist: prompt_toolkit >=3.0
Requires-Dist: pyperclip >=1.0
Requires-Dist: requests >=2.0
Requires-Dist: rich >=12.0
Requires-Dist: transformers >=4.0
Project-URL: Home, https://github.com/veered/gpt-repl

<h1 align="center">gpt-repl</h1>
<p align="center">
    Interactively play with GPT-based apps from the command line
    <br />
    <br />
    <a href="https://pypi.python.org/pypi/gpt-repl/"><img alt="PyPi" src="https://img.shields.io/pypi/v/gpt-repl.svg?style=flat-square"></a>
    <a href="https://github.com/veered/gpt-repl/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/veered/gpt-repl.svg?style=flat-square"></a>
</p>

## Description
`gpt-repl` mimics ChatGPT functionality using the normal OpenAI GPT-3 API and iterative self-summary. Other modes coming soon.

## Install

```bash
pip install -U gpt-repl
```

If you don't have an OpenAI API key [create one here](https://beta.openai.com/account/api-keys) and set it:
```bash
export OPENAI_API_KEY="<your api key>"
```

## Usage
```bash
gpt-repl @thread-name
```
Type `.help` for a list of commands and keyboard shortcuts.

## Screenshot
<p align="center">
<img width="850" alt="Screen Shot 2022-12-16 at 6 09 31 PM" src="https://user-images.githubusercontent.com/247408/208211238-fe134de6-c3f3-4be2-b5bd-9f6bf3ec1fa3.png">
</p>

