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