Spaces:
Running
Running
Amlan-109
feat: Initial commit of LocalAI Amlan Edition with premium branding and personalization
750bbe6 | 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") | |
| } | |