Releases: github/gh-models
Releases · github/gh-models
gh-models 0.0.6
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
- @JessRudder made their first contribution in #24
- @dependabot made their first contribution in #26
Full Changelog: v0.0.5...v0.0.6
v0.0.5
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
What's Changed
- Support non streamed responses by @sgoedecke in #3
- Improve clarity of model run command's error message by @garman in #4
- Upcase the column headers when listing models by @garman in #5
- Add
gh models view
command by @cheshire137 in #6 - Rename models root command by @Deborah-Digges in #9
- Add lint workflow by @cheshire137 in #10
Full Changelog: v0.0.3...v0.0.4
gh-models 0.0.3
What's Changed
- Bump actions checkout and precompile by @sgoedecke in #2
New Contributors
- @sgoedecke made their first contribution in #2
Full Changelog: v0.0.2...v0.0.3
Initial version
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.