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

Method GetModelConfigFile

core/config/model_config.go:1448–1450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1446}
1447
1448func (c *ModelConfig) GetModelConfigFile() string {
1449 return c.modelConfigFile
1450}
1451
1452// GetModelTemplate returns the model's chat template if available
1453func (c *ModelConfig) GetModelTemplate() string {

Callers 6

RegisterUIAPIRoutesFunction · 0.80
TogglePinnedMethod · 0.80
ToggleStateMethod · 0.80
GetConfigMethod · 0.80
PatchConfigMethod · 0.80
EditYAMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected