MCPcopy
hub / github.com/mudler/LocalAI / WithBackendSystemPath

Function WithBackendSystemPath

pkg/system/state.go:43–47  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

41}
42
43func WithBackendSystemPath(path string) SystemStateOptions {
44 return func(s *SystemState) {
45 s.Backend.BackendsSystemPath = path
46 }
47}
48
49func WithModelPath(path string) SystemStateOptions {
50 return func(s *SystemState) {

Callers 12

RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected