Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

37 lines (30 loc) · 1.01 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0]

Added

  • add seed and randomness as CLI parameters

Changed

  • print response chunks as they come in, not waiting for the whole text to be generated

[1.0.0]

Added

  • add switch for verbosity of output
  • allow to pipe text into the CLI via stdin

Changed

  • rename transformation 'i' (imitation) to 'p' (persona), for consistency with -p flag

[0.3.0] - 2024-02-20

Added

  • add transformation for imitation

Changed

  • use structural pattern matching at applying transformations

[0.2.0] - 2024-02-11

Added

  • make URL to model API configurable
  • make configurable which LLM to use

Fixed

  • fix and document tests
  • complete docstrings

[0.1.0] - 2024-02-11

Added

  • first MVP with fixed model, transformations 'thesaurus' and 'simplify'