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