Command line REPL for ChatGPT
Project description
NOTE: This is still under active development. It will have bugs and frequent breaking changes.
gpt-repl
Interactively play with GPT-based tools from the command line
Description
gpt-repl
is a REPL interface for interacting with GPT-based tools. The base mode is synth-chat
which mimics ChatGPT functionality using the normal OpenAI GPT-3 API and iterative self-summary.
Install
For now, Python >=3.9 is required.
pip install -U gpt-repl
If you don't have an OpenAI API key create one here and set it:
export OPENAI_API_KEY="<your api key>"
Usage
gpt-repl @thread-name [-m mode-name]
Type .help
for a list of commands and keyboard shortcuts.
Use gpt-repl modes
to list available REPL modes and gpt-repl threads
to list open threads.
Custom Modes
Add a Python file that looks like this to $GPT_REPL_CONFIG_PATH/plugins/
. By default this will be ~/.config/gpt_repl/plugins/
.
See gpt_repl/modes for more complete examples.
Screenshot
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gpt-repl-0.4.13.tar.gz
.
File metadata
- Download URL: gpt-repl-0.4.13.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1e660035a6ff5cd6a8f5f752cc169c0257b3429253445f3604e239cb46a66250
|
|
MD5 |
6f00987ef14777522f9e51a28d95960d
|
|
BLAKE2b-256 |
89976804032251627ee2286c0394169e5b808a7308ece76c4f8fda62e1a10425
|
File details
Details for the file gpt_repl-0.4.13-py3-none-any.whl
.
File metadata
- Download URL: gpt_repl-0.4.13-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
18aefc4ed00dac801d81eaa8cfd98ec29979bc02d10cc7d5af0bfdc42369fdc5
|
|
MD5 |
fe03ad42ca82275db5ef49be71244554
|
|
BLAKE2b-256 |
969e7557cb88acac412d22ac735b2047786ca7edabdcd3939c570485a564ceba
|