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

Method Obj

test/util/wrapper/model.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (w *ModelWrapper) Obj() *coreapi.OpenModel {
42 return &w.OpenModel
43}
44
45func (w *ModelWrapper) FamilyName(name string) *ModelWrapper {
46 w.Spec.FamilyName = coreapi.ModelName(name)

Callers 13

TestModelSourceProviderFunction · 0.45
service_test.goFile · 0.45
playground_test.goFile · 0.45
hpa_test.goFile · 0.45
service_test.goFile · 0.45
playground_test.goFile · 0.45
model_test.goFile · 0.45
playground_test.goFile · 0.45
MockASampleModelFunction · 0.45
MockASamplePlaygroundFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestModelSourceProviderFunction · 0.36