diff --git a/.github/gallery-agent/gallery.go b/.github/gallery-agent/gallery.go index f288aee10..445fdc789 100644 --- a/.github/gallery-agent/gallery.go +++ b/.github/gallery-agent/gallery.go @@ -7,8 +7,8 @@ import ( "os" "strings" - "github.com/ghodss/yaml" "github.com/mudler/LocalAI/core/gallery/importers" + "sigs.k8s.io/yaml" ) func formatTextContent(text string) string { diff --git a/.github/gallery-agent/helpers.go b/.github/gallery-agent/helpers.go index ab30ca25f..5f569e6d9 100644 --- a/.github/gallery-agent/helpers.go +++ b/.github/gallery-agent/helpers.go @@ -9,8 +9,8 @@ import ( "regexp" "strings" - "github.com/ghodss/yaml" hfapi "github.com/mudler/LocalAI/pkg/huggingface-api" + "sigs.k8s.io/yaml" ) var galleryIndexPath = os.Getenv("GALLERY_INDEX_PATH")