Skip to content

Releases: MarkHoath/OpenAISwift

Changes and Endpoints to 8 Feb 2024

07 Feb 21:39
0df0622
Compare
Choose a tag to compare

Includes some typo fixes in the endpoints and models.
Added the new models released in Jan 2024.

Identifiable Removed - Extension Added.

18 Jul 10:39
Compare
Choose a tag to compare
v1.0.17

Removal of Identifiable

Working

16 Jul 10:29
Compare
Choose a tag to compare

This release implements the Image Edit and Image Variations Endpoints.

In both cases the developer needs to supply png Files in Data format (image.pngData()), the files must be under 4M and have dimensions of either 256x256, 512x512 or 1024x1024.

These checks have not been done internally as iOS and Mac's have different Libaries for Image Handling (UIImage and NSImage)

The Image Variations requires that the Image file is send as image.pngData()

The Image Edit requires EITHER an image and mask sent as pngData() OR an image file with an RGBA format.

Many default png files do NOT come with the Alpha Channel so you either need to supply a mask or convert the png from RGB to RGBA

Tested and Working

16 Jul 10:29
Compare
Choose a tag to compare

This release implements the Image Edit and Image Variations Endpoints.

In both cases the developer needs to supply png Files in Data format (image.pngData()), the files must be under 4M and have dimensions of either 256x256, 512x512 or 1024x1024.

These checks have not been done internally as iOS and Mac's have different Libaries for Image Handling (UIImage and NSImage)

The Image Variations requires that the Image file is send as image.pngData()

The Image Edit requires EITHER an image and mask sent as pngData() OR an image file with an RGBA format.

Many default png files do NOT come with the Alpha Channel so you either need to supply a mask or convert the png from RGB to RGBA

v1.0.14

16 Jul 10:11
Compare
Choose a tag to compare
fixed empty prompt

Closer...

16 Jul 10:08
Compare
Choose a tag to compare
v1.0.13

syntax

One more...

16 Jul 10:05
Compare
Choose a tag to compare
v1.0.12

one more...

Close....

16 Jul 09:49
Compare
Choose a tag to compare
v1.0.11

getting closer

v1.0.10

16 Jul 09:38
Compare
Choose a tag to compare
Prompt Fix

Debug

16 Jul 09:31
Compare
Choose a tag to compare
v1.0.9

debugging