Skip to content

Releases: Kardbord/hfapigo

v2.1.0

18 Feb 01:06
82ff58f
Compare
Choose a tag to compare

Release v2.1.0

Changelog

  • Bump golang.org/x/image from 0.14.0 to 0.15.0 (#31) (@dependabot[bot])
  • General Maintenance + Deprecate Conversational Endpoint (for now) (#32) (@Kardbord)

Full Changelog

v2.0.1...v2.1.0

v2.0.1

10 Dec 04:08
4e34186
Compare
Choose a tag to compare

Release v2.0.1

Changelog

Full Changelog

v2.0.0...v2.0.1

v2.0.0

09 Dec 05:18
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Release v2.0.0

⚠️ WARNING ⚠️

This release changes the module name and download URL. While the old URL should continue to redirect appropriately, it would be wise for users of this library to either replace all references to the old module name, or update their go.mod via the following command, where <VERSION> should be replaced with the desired version.

go mod edit -replace="github.com/TannerKvarfordt/hfapigo=github.com/Kardbord/hfapigo@<VERSION>"

Changelog

Full Changelog

v1.3.1...v2.0.0

v1.3.1

14 Jul 23:39
Compare
Choose a tag to compare

Release v1.3.1

Changelog

  • Bump golang.org/x/image from 0.7.0 to 0.9.0 (@dependabot[bot])
  • Switched recommended text generation model to a model that supports more than 1 return sequence (@TannerKvarfordt)
  • fixed typo in ConversationalParameters json key (@TannerKvarfordt)

Full Changelog

v1.3.0...v1.3.1

v1.3.0

28 May 20:38
Compare
Choose a tag to compare

Release v1.3.0

Changelog

  • Added diffuser docs to README (@TannerKvarfordt)
  • Added huggingface.js to README (@TannerKvarfordt)
  • Added image-to-text example stub (@TannerKvarfordt)
  • Added image_to_text (@TannerKvarfordt)
  • Finished image_to_text example (@TannerKvarfordt)

Full Changelog

v1.2.4...v1.3.0

v1.2.4

14 May 03:20
Compare
Choose a tag to compare

Release v1.2.4

Changelog

  • Fixed typo in goreleaser (@TannerKvarfordt)
  • Set draft: true in .goreleaser.yml (@TannerKvarfordt)

Full Changelog

v1.2.3...v1.2.4

v1.2.3

14 May 00:22
Compare
Choose a tag to compare

Release v1.2.3

Changelog

  • Set up goreleaser (@TannerKvarfordt)

Full Changelog

Kardbord/gopenai@v1.2.2...v1.2.3

v1.2.1

06 May 21:21
Compare
Choose a tag to compare

Improved error handling in text-to-image example.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Apr 04:37
Compare
Choose a tag to compare

What's Changed

  • Add Text-to-Image Support by @TannerKvarfordt in #16

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Apr 22:58
Compare
Choose a tag to compare

What's Changed

  • Added support for Image Classification and Image Segmentation by @TannerKvarfordt in #15

Full Changelog: v1.0.1...v1.1.0