c0c9dad149
Replace the Sherpa offline pipeline with native MLX streaming, resilient model downloads, live transcript previews, and supporting tests and documentation.
11 lines
337 B
Swift
11 lines
337 B
Swift
// LocalASRPreferenceKeys.swift
|
|
// OSGKeyboard · Shared
|
|
|
|
import Foundation
|
|
|
|
enum LocalASRPreferenceKeys {
|
|
static let selectedModelId = "mac.localASR.selectedModelId"
|
|
/// Persists the user's preferred model download mirror (see `LocalASRDownloadSourcePreference`).
|
|
static let downloadSource = "mac.localASR.downloadSource"
|
|
}
|