Skip to content

Releases: MacPaw/OpenAI

Release 0.2.0. Streaming

15 May 21:32
12ba7f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0

Release 0.1.2

16 Apr 19:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

Release 0.1.1

13 Apr 15:04
c1ee239
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

10 Apr 19:17
508fa41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.9...0.1.0

Fix for iOS, tvOS builds

04 Apr 17:06
Compare
Choose a tag to compare

Release 0.0.8

04 Apr 09:06
e3f1a99
Compare
Choose a tag to compare

What's Changed

New Contributors

Migration

Queries and results structures have been un-nested, so the class name should be omit during initialization.
Before:

let query = OpenAI.ImagesQuery(prompt: "White cat with heterochromia sitting on the kitchen table", n: 1, size: "1024x1024")

After:

let query = ImagesQuery(prompt: "White cat with heterochromia sitting on the kitchen table", n: 1, size: "1024x1024")

Full Changelog: 0.0.7...0.0.8

Release 0.0.7

02 Apr 08:58
a1286b9
Compare
Choose a tag to compare

What's New

Release 0.0.6

19 Mar 18:45
Compare
Choose a tag to compare

What's New

Release 0.0.5

03 Mar 10:22
d0493cf
Compare
Choose a tag to compare

What's New

0.0.4

13 Feb 05:38
Compare
Choose a tag to compare

What's New:

  • Fix tests builds on watchOS, tvOS