Skip to content

v0.9.4

Latest
Compare
Choose a tag to compare
@ZachNagengast ZachNagengast released this 07 Nov 01:51

Minor patch to open up access to the logging callback and freeze the enum for LogLevel

Usage:

Logging.shared.loggingCallback = { message in
    print("WhisperKit logs: ", message)
}

What's Changed

Full Changelog: v0.9.3...v0.9.4