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

Function LoadOptionDebug

core/config/model_config_loader.go:42–46  ·  view source on GitHub ↗
(debug bool)

Source from the content-addressed store, hash-verified

40}
41
42func LoadOptionDebug(debug bool) ConfigLoaderOption {
43 return func(o *LoadOptions) {
44 o.debug = debug
45 }
46}
47
48func LoadOptionThreads(threads int) ConfigLoaderOption {
49 return func(o *LoadOptions) {

Calls

no outgoing calls

Tested by

no test coverage detected