Skip to main content

A Python 2.7+ REPL for interacting with LLMs with an OpenAI Chat Completions-compatible API.

Project description

A Python 2.7+ REPL for interacting with LLMs with an OpenAI Chat Completions-compatible API.

Features

  • Zero Dependencies: Works with stock Python 2.7+ and 3.x
  • Interactive Chat: Natural REPL interface with conversation tracking
  • Streaming Responses: See responses as they're generated
  • Multiline Input: Support for complex prompts with :multiline
  • File Integration: Load prompts from text files with :send <textfile>
  • Conversation Persistence: Save/load complete conversations in JSON format
  • Enhanced Input: Optional readline support for history and line editing
  • Dual Modes: Both interactive REPL and pipe-friendly CLI

Interactive Mode

$ python -m chatrepl \
  --api-key "your-api-key" \
  --base-url "https://api.openai.com/v1" \
  --model "gpt-4o"

Basic Conversation

User [1]: Explain recursion to a 5-year-old

Assistant [1]: Imagine you're holding a doll that has...

Using Files

User [2]: :send code.py
Assistant [2]: I notice this Python code could be improved...

User [3]: :save review_chat.json

Multiline Input

User [4]: :multiline
Enter EOF on a blank line to finish input:
> Compare these programming languages:
> 1. Python
> 2. Rust
> 3. Go
> [Ctrl-D]

Assistant [4]: Here's a comparison:
1. Python - High-level, interpreted...
2. Rust - Systems programming...
3. Go - Compiled, concurrent...

Non-interactive Mode (Piped Input)

$ uname -a | python -m chatrepl --api-key <your_api_key> --base-url <your_base_url> --model <model_name>
The output you've provided appears to be system information from ... [output streamed to STDOUT]

Print Saved Conversations

$ python -m chatrepl --print conversation.json
User [1]: ...

Assistant [1]: ...

Interactive Commands

  • :multiline - Enter multiline input mode (end with blank line + Ctrl-D)
  • :send TEXTFILE - Send contents of TEXTFILE
  • :load JSONFILE - Load conversation from JSONFILE
  • :save JSONFILE - Save conversation to JSONFILE
  • :help - Show help
  • :quit or Ctrl-D - Exit the program

Best Practices

  1. For long sessions, periodically save with :save
  2. Use :multiline for structured prompts (lists, code, etc.)
  3. JSON files can be edited manually for prompt engineering

Contributing

Contributions are welcome! Please submit pull requests or open issues on the GitHub repository.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatrepl-0.1.0a1.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chatrepl-0.1.0a1-py2.py3-none-any.whl (6.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file chatrepl-0.1.0a1.tar.gz.

File metadata

  • Download URL: chatrepl-0.1.0a1.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for chatrepl-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 6e1eef88787baeb147e2355b1290b9f6c7224cd844d1413de6b13fc1165904e5
MD5 3bcb168bc894a3d8b430235298b077a7
BLAKE2b-256 3364873f71b6b730a620878a3df64330e9b5e08f03cdf2b1f2ad86fe7243138a

See more details on using hashes here.

File details

Details for the file chatrepl-0.1.0a1-py2.py3-none-any.whl.

File metadata

  • Download URL: chatrepl-0.1.0a1-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for chatrepl-0.1.0a1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 200dbec18eb9c71d2a4d640adcbef15e9f7853b7832f672e33d4024be647cf32
MD5 aba2b583e1631346aaf398661f517c7a
BLAKE2b-256 ede65d2a2655cbfad2f8a0ce0c7ede0c6804b38bef05bdab8a734293c0ad6cad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page