Skip to content

Releases: DevCrew-io/openai-chatgpt-ios-sdk

1.0.6

20 Jul 06:54
f0a4f60
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

19 Jul 13:10
ab481a7
Compare
Choose a tag to compare

Changed

  • Rename SDK
  • Update readme file.
  • Update example project.

Full Changelog: 1.0.4...1.0.5

1.0.4

07 Jul 11:06
097c596
Compare
Choose a tag to compare

Added

Models

  - Fetch All Models
  - Fetch Single Model

Images

  - Create Edit Image
  - Create Image Variations

Edits

  - Create Edit

Moderations

  - Create Moderations

Embeddings

   - Create Embeddings

Changed

  • Update readme file.
  • Update example project with newly added OpenAI features.

Full Changelog: 1.0.3...1.0.4

1.0.3

04 Jul 10:31
08aea4d
Compare
Choose a tag to compare

Added

  • Audio translation & transcription.

Changed

  • Update readme file.
  • Update example project with audio translation & transcription.

Full Changelog: 1.0.2...1.0.3

1.0.2

23 Jun 07:38
155efd9
Compare
Choose a tag to compare

Changed

  • Implement singleton pattern in package.
  • Improve errror messages.

Added

  • Add example project with MVVM.

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Jun 07:37
785d438
Compare
Choose a tag to compare
  • Support lower Swift / Xcode versions.

1.0.0

22 Jun 07:28
Compare
Choose a tag to compare
  • Model Enums: ChatGPTModels and ChatGPTImageSize for specifying models and image sizes.
  • ChatGPTAPIManager: Handles API requests with authentication using an API key.
  • API Key Acquisition: Provides instructions for obtaining an API key from OpenAI.
  • Installation Options: Swift Package Manager or manual integration.