//go:build windows package model func modelUnsupportedReasonInCurrentBuild(modelID string) string { profile, err := GetModelProfile(modelID) if err == nil && profile.BackendKind == BackendSenseVoice { return "" } return UnsupportedReasonWindowsPreview }