OpenAIKit 1.7.0
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