Swiftpack.co - Swift Packages by dylanshine

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by dylanshine

dylanshine/openai-kit 1.8.2
A community Swift package used to interact with the OpenAI API
⭐️ 676
🕓 44 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
OpenAIKit 1.8.2
44 weeks ago
[Add gpt-3.5-turbo-16k support](https://github.com/dylanshine/openai-kit/commit/b3bad42a88f7e7c1bfeb2e411606959140d8eb64) [Path prefix to proxy config added](https://github.com/dylanshine/openai-kit/commit/bf4e81668fe3c561afa29078121f3ff7d99da210)
OpenAIKit 1.8.1
44 weeks ago
- Audio has been changed to Transcription and Translation - m4a MIMEType added - Content setter helped added to Chat.Message
OpenAIKit 1.8.0
46 weeks ago
Thanks to @ftp27, The OpenAIKit.Client can now be powered using a URLSession
OpenAIKit 1.7.2
49 weeks ago
Fix crash after Task cancellation by removing unneeded error processing https://github.com/dylanshine/openai-kit/pull/45 Thanks @JSky74
OpenAIKit 1.7.1
1 year ago
Adds decoding strategy when performing stream requests.
OpenAIKit 1.7.0
1 year ago
This release exposes properties on `ChatStream` and `ChatStream.Choice`. `Configuration` now allows you to inject a custom `API` `public func retrieveFileContent(id: String) async throws -> Data` -> `public func retrieveFileContent<T: Decodable>(id: String) async throws -> T`
OpenAIKit 1.6.0
1 year ago
The ChatProvider now supports the ability to create Chat completions with HTTP Streamed responses.
OpenAIKit 1.5.0
1 year ago
Refer to https://github.com/dylanshine/openai-kit/pull/33
OpenAIKit 1.4.2
1 year ago
HTTPClient is now an optional parameter on the `Client.init`. By default, the Client will create and shutdown its own internal HTTPClient. @sulsanaul Also added a computed `public var content: String` property on `Chat.Message`
OpenAIKit 1.4.1
1 year ago
Add GPT4 Support thanks to @ronaldmannak
iOS macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics