MCPcopy Create free account
hub / github.com/InftyAI/llmaz / MakeModel

Function MakeModel

test/util/wrapper/model.go:31–39  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

29}
30
31func MakeModel(name string) *ModelWrapper {
32 return &ModelWrapper{
33 coreapi.OpenModel{
34 ObjectMeta: metav1.ObjectMeta{
35 Name: name,
36 },
37 },
38 }
39}
40
41func (w *ModelWrapper) Obj() *coreapi.OpenModel {
42 return &w.OpenModel

Callers 7

TestModelSourceProviderFunction · 0.92
service_test.goFile · 0.92
playground_test.goFile · 0.92
model_test.goFile · 0.92
playground_test.goFile · 0.92
MockASampleModelFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestModelSourceProviderFunction · 0.74