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

Function galleryFileName

core/gallery/models.go:334–336  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

332}
333
334func galleryFileName(name string) string {
335 return "._gallery_" + name + ".yaml"
336}
337
338// GalleryFileName returns the on-disk filename of the gallery metadata file
339// for a given installed model name (e.g. "._gallery_<name>.yaml").

Callers 4

InstallModelFunction · 0.85
GalleryFileNameFunction · 0.85
listModelFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected