Ariver
2026-07-02 5df683eba7c103010a7c110d97a5fd808b39fe46
1
2
3
4
5
6
7
//go:build !monterey_compat && !windows
 
package model
 
func modelUnsupportedReasonInCurrentBuild(modelID string) string {
    return ""
}