Skip to content

Releases: craigmayhew/pipe-gpt

v0.4.0

28 May 10:49
Compare
Choose a tag to compare

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

14 May 09:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Feb 11:55
Compare
Choose a tag to compare

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

29 Jan 13:37
Compare
Choose a tag to compare

crates.io release

v0.2.0-alpha

29 Jan 12:48
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • 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

24 Jan 11:33
Compare
Choose a tag to compare
v0.1.0-alpha MVP Pre-release
Pre-release

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.