Releases: Kardbord/gopenai
v0.3.0-beta
Release v0.3.0-beta
Changelog
Full Changelog
v0.2.0-beta
Release v0.2.0-beta
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
- Updated package name (@Kardbord)
Full Changelog
v0.1.7-beta
Release v0.1.7-beta
Changelog
- Update README.md (@TannerKvarfordt)
Full Changelog
v0.1.6-beta
v0.1.5-beta
Release v0.1.5-beta
Changelog
Full Changelog
v0.1.4-beta
Release v0.1.4-beta
Changelog
- Updated goreleaser to publish releases instead of release drafts (@TannerKvarfordt)
Full Changelog
v0.1.3-beta
Release v0.1.3-beta
Changelog
- Added support for audio and chat endpoints (#7) (@TannerKvarfordt)
Full Changelog
v0.1.2-beta
What's Changed
- Updated dependencies by @TannerKvarfordt in #4
Full Changelog: v0.1.1-beta...v0.1.2-beta
v0.1.1-beta
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
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