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