Skip to content

Releases: Maralai/SummarizeGPT

v1.3

15 Dec 15:27
Compare
Choose a tag to compare

Added tiktoken for token estimation, improved logging, and updated tests.

Full Changelog: v1.2...v1.3

v1.2

08 Aug 21:02
Compare
Choose a tag to compare

Full Changelog: https://github.com/Maralai/SummarizeGPT/commits/v1.2

Added max_lines argument, which can be invoked with -n or --max-lines

This new feature will allow you to cut off the output of larger files, primarily if your model's context length cannot support colossal code bases or if enough of a pattern can be discerned from a restricted length.