Skip to content

Releases: dylanshine/openai-kit

OpenAIKit 1.8.2

15 Jun 15:40
bf4e816
Compare
Choose a tag to compare

OpenAIKit 1.8.1

13 Jun 18:04
c246d2f
Compare
Choose a tag to compare
  • Audio has been changed to Transcription and Translation
  • m4a MIMEType added
  • Content setter helped added to Chat.Message

OpenAIKit 1.8.0

03 Jun 00:24
71c0e10
Compare
Choose a tag to compare

Thanks to @ftp27, The OpenAIKit.Client can now be powered using a URLSession

OpenAIKit 1.7.2

12 May 04:22
db5c74c
Compare
Choose a tag to compare

Fix crash after Task cancellation by removing unneeded error processing
#45
Thanks @JSky74

OpenAIKit 1.7.1

19 Apr 18:52
6d9533e
Compare
Choose a tag to compare

Adds decoding strategy when performing stream requests.

OpenAIKit 1.7.0

14 Apr 02:09
67883a3
Compare
Choose a tag to compare

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

13 Apr 03:59
a7ef198
Compare
Choose a tag to compare

The ChatProvider now supports the ability to create Chat completions with HTTP Streamed responses.

OpenAIKit 1.5.0

07 Apr 03:47
a25c282
Compare
Choose a tag to compare

Refer to #33

OpenAIKit 1.4.2

04 Apr 19:58
af8d270
Compare
Choose a tag to compare

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

26 Mar 21:41
6fdc2db
Compare
Choose a tag to compare

Add GPT4 Support thanks to @ronaldmannak