Releases: DevCrew-io/openai-chatgpt-ios-sdk
Releases · DevCrew-io/openai-chatgpt-ios-sdk
1.0.6
What's Changed
- Remove Image Formater & Add podspec by @najamsaqib-devcreew in #25
Full Changelog: 1.0.5...1.0.6
1.0.5
1.0.4
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
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
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
- Support lower Swift / Xcode versions.
1.0.0
- 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.