mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-26 16:01:56 +08:00
8 lines
106 B
Go
8 lines
106 B
Go
package ai_provider_local
|
|
|
|
import "testing"
|
|
|
|
func TestModels(t *testing.T) {
|
|
t.Log(ModelsCanInstall())
|
|
}
|