Files
APIPark/ai-provider/local/model_test.go
T
2025-02-14 15:34:41 +08:00

8 lines
106 B
Go

package ai_provider_local
import "testing"
func TestModels(t *testing.T) {
t.Log(ModelsCanInstall())
}