Releases: randombitsco/swift-openai-bits
Releases · randombitsco/swift-openai-bits
v0.1.0
Added support for the latest API changes, including Chat and Audio.
v0.0.8
Set requests to use POST when they have a body.
v0.0.7: * Fixed type for `Completions.Request.n`.
* Removed redundant `Equatable` conformance for `Identifier` * Renamed `Utils` to `JSON`, improved parsing * Added proper `Codeable` support for `Prompt`
v0.0.6
Added missing initialisers.
v0.0.5
Improved type handling when encoding/decoding
v0.0.4
Improved JSON encode/decode
v0.0.3
Full Changelog: v0.0.1...v0.0.3
v0.0.2
Bumped Swift version back to 5.5
Initial alpha release
Initial release, including basic access to models
, completions
and edits
.