Ariver
2026-07-02 8c9ba89a748d4c99810b31f3b455d1ed43d9b61f
1
2
3
4
5
6
7
8
9
10
//go:build windows
 
package model
 
func modelUnsupportedReasonInCurrentBuild(modelID string) string {
    if modelID == DefaultModelID {
        return ""
    }
    return UnsupportedReasonWindowsPreview
}