Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 685 Bytes

File metadata and controls

16 lines (13 loc) · 685 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.0] - 2025-09-18

  • Initial public release
  • CLI tinyprompt with:
    • Compression via LLMLingua-2 (v2 default) and optional v1
    • --input text/file, stdin support, --format {text,json}
    • --ratio (default 0.7) and --target-tokens
    • Server mode (--serve, --port) with client forwarding (--server-url)
    • Performance flags: --fast, --threads, --max-seq-len, caching, offline
    • Env overrides: TINYPROMPT_MODEL, TINYPROMPT_RATIO, cache dir
  • Packaging with pyproject.toml, Makefile, README, LICENSE
  • Tests (pytest) for help, I/O, JSON/env, caching, server basics