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

Function WithModelsURL

core/config/application_config.go:302–306  ·  view source on GitHub ↗
(urls ...string)

Source from the content-addressed store, hash-verified

300}
301
302func WithModelsURL(urls ...string) AppOption {
303 return func(o *ApplicationConfig) {
304 o.ModelsURL = urls
305 }
306}
307
308func WithSystemState(state *system.SystemState) AppOption {
309 return func(o *ApplicationConfig) {

Callers 2

RunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected