Chat / pkg /model /model_suite_test.go
Baraaqasem's picture
Upload 711 files
651d019 verified
raw
history blame contribute delete
198 Bytes
package model_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestModel(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "LocalAI model test")
}