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

Function WithBackendDevSuffix

pkg/system/state.go:67–71  ·  view source on GitHub ↗
(suffix string)

Source from the content-addressed store, hash-verified

65}
66
67func WithBackendDevSuffix(suffix string) SystemStateOptions {
68 return func(s *SystemState) {
69 s.BackendDevSuffix = suffix
70 }
71}
72
73func WithPreferDevelopmentBackends(prefer bool) SystemStateOptions {
74 return func(s *SystemState) {

Callers 1

RunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected