Gptcommit Versions Save

A git prepare-commit-msg hook for authoring commit messages with GPT-3.

v0.5.14

8 months ago

What's Changed

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.13...v0.5.14

v0.5.13

9 months ago

v0.5.12

9 months ago

What's Changed

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.11...v0.5.12

v0.5.11

10 months ago

Fixes bug #202: you didn't provide an API key

What's Changed

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.10...v0.5.11

v0.5.10

11 months ago

What's Changed

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.9...v0.5.10

v0.5.9

11 months ago

What's new

Support for gpt-3.5.-turbo 16k models

Now supported with new releases of tiktoken-rs v0.4.3 and gptcommit v0.5.9

You can update your config to use the larger model with

gptcommit config set openai.model gpt-3.5-turbo-16k

What's Changed

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.8...v0.5.9

v0.5.8

1 year ago

What's Changed

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.7...v0.5.8

v0.5.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/zurawiki/gptcommit/compare/v0.5.6...v0.5.7

v0.5.6

1 year ago

Fix binaries not being generated for #136