Skip to content

OpenAIKit 1.7.0

Compare
Choose a tag to compare
@dylanshine dylanshine released this 14 Apr 02:09
· 14 commits to main since this release
67883a3

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