Skip to content

Releases: Kardbord/gopenai

v0.3.0-beta

14 Jan 08:24
94e84e0
Compare
Choose a tag to compare

Release v0.3.0-beta

Changelog

Full Changelog

v0.2.0-beta...v0.3.0-beta

v0.2.0-beta

09 Dec 05:08
Compare
Choose a tag to compare

Release v0.2.0-beta

⚠️ 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/gopenai=github.com/Kardbord/gopenai@<VERSION>"

Changelog

Full Changelog

v0.1.7-beta...v0.2.0-beta

v0.1.7-beta

12 Nov 01:37
7f5caf4
Compare
Choose a tag to compare

Release v0.1.7-beta

Changelog

  • Update README.md (@TannerKvarfordt)

Full Changelog

v0.1.6-beta...v0.1.7-beta

v0.1.6-beta

12 Nov 01:31
3d37da6
Compare
Choose a tag to compare

Release v0.1.6-beta

Changelog

  • API Updates (#10) (@TannerKvarfordt)

Full Changelog

v0.1.5-beta...v0.1.6-beta

v0.1.5-beta

07 Nov 06:00
232ba6b
Compare
Choose a tag to compare

Release v0.1.5-beta

Changelog

  • Add Support for Dall-e-3 (#9) (@TannerKvarfordt)
  • Updated actions (#8) (@TannerKvarfordt)

Full Changelog

v0.1.4-beta...v0.1.5-beta

v0.1.4-beta

14 May 03:20
Compare
Choose a tag to compare

Release v0.1.4-beta

Changelog

  • Updated goreleaser to publish releases instead of release drafts (@TannerKvarfordt)

Full Changelog

v0.1.3-beta...v0.1.4-beta

v0.1.3-beta

08 Apr 03:27
97b38e0
Compare
Choose a tag to compare

Release v0.1.3-beta

Changelog

  • Added support for audio and chat endpoints (#7) (@TannerKvarfordt)

Full Changelog

v0.1.2-beta...v0.1.3-beta

v0.1.2-beta

19 Feb 18:46
35c4918
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies by @TannerKvarfordt in #4

Full Changelog: v0.1.1-beta...v0.1.2-beta

v0.1.1-beta

18 Dec 21:08
Compare
Choose a tag to compare

Release v0.1.1-beta

Made some updates for stricter error checking in MakeRequest functions, and added MakeModeratedRequest functions where applicable.

Changelog

  • Fixed typo in goreleaser config
  • Improved Error Checking and Moderations Integration (#2)
  • Updated goreleaser config

Full Changelog

v0.1.0-beta...v0.1.1-beta

v0.1.0-beta

18 Dec 08:07
Compare
Choose a tag to compare

Release v0.1.0-beta

This first release should support all API functionality with the exception of streaming for fine-tuning events and completion requests.
I'll keep this library in beta for a while since the interface may change significantly based on any community feedback in its early stages.

Changelog

  • Initial Implementation (#1)

Full Changelog

https://github.com/TannerKvarfordt/gopenai/commits/v0.1.0-beta