Skip to content

Releases: github/gh-models

v0.0.5

16 Oct 23:07
1e426af

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

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

Choose a tag to compare

What's Changed

New Contributors

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

Initial version

28 Aug 22:42

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.