Releases: craigmayhew/pipe-gpt
Releases · craigmayhew/pipe-gpt
v0.4.0
Feature Changes
- gpt4o replaces gpt4 as the default. c28bf83
Other Changes / Fixes
- Upstream contribution 6a6b7ff825fd440d23aaca2ce6ed502f0d474805 to reduce total dependencies and remove use of abandoned crate c3958f9
- Added experiments folder for some more complex scripted usage of pipe-gpt
- CI pipeline now runs build, test, review and fmt in parallel
Full Changelog
v0.3.1
What's Changed
- Refactor: most code is now in modules by @craigmayhew in #2
- Feature: token count and warning by @craigmayhew in #3
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Features
--code-review
flag added. This is the first "role" being added beyond the default "helpful assistant".
Fixes
- --markdown is now a flag rather than argument requiring a boolean
- Applied
cargo fmt
- Applied
cargo clippy
DevOps
- vscode settings now apply clippy on file save
- github actions updated to use
--code-review
and--markdown
- Various code readability, refactor and function name improvements
Full Changelog: v0.2.0...v0.3.0
v0.2.0
crates.io release
v0.2.0-alpha
- Now supports markdown as output via the
--markdown
argument - Refactor of main() to reduce size and move logic out into fns.
- Bug fixes in some examples such as f3172e6 and 1f32f0a
- Introduced constants
- Added logging. Usage is via env variable
CARGO_LOG=debug
- Added cargo docs at crate and function level
- Confirmed MIT license
- Preparing for a release to crates.io
v0.1.0-alpha MVP
Content can be piped to pipe-gpt and a response is returned by the OpenAI GPT4 API. Output is in green colour. Only the -p
command line argument is supported.