Skip to content

Releases: github/gh-models

gh-models 0.0.6

20 Nov 15:31
40ea26e
Compare
Choose a tag to compare

What's Changed

  • Provide more detail to the output of --help by @JessRudder in #24
  • Bump github.com/cli/cli/v2 from 2.58.0 to 2.62.0 in the go_modules group across 1 directory by @dependabot in #26

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

16 Oct 23:07
1e426af
Compare
Choose a tag to compare

What's Changed

  • Adds azure specific user-agent headers by @maraisr in #19
  • Make changes to support testing individual commands, add a few tests by @cheshire137 in #15
  • Add more test coverage, stop swallowing client error by @cheshire137 in #18
  • Add more test coverage for azuremodels package by @cheshire137 in #21
  • Increase test coverage, split up some files by @cheshire137 in #23
  • Adds a legal notice to the cli output by @maraisr in #17

Full Changelog: v0.0.4...v0.0.5

v0.0.4

14 Oct 01:00
e771166
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

gh-models 0.0.3

06 Oct 23:12
5d5b95a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

Initial version

28 Aug 22:42
Compare
Choose a tag to compare

Initial version of the gh models extension.

Includes basic functionality for:

  • Listing available models
  • Running inference with a specific model, both in "single-shot" and REPL modes.
  • Basic support for model parameters.