Skip to content

Conversation

mudler
Copy link
Owner

@mudler mudler commented Oct 16, 2025

Description

Notes for Reviewers

The directory format of the galleries can be multiple yaml files with multiple models defined (ideally, we should have an index of these files, e.g. by architecture)

name: "Gemma"
backend: ""
---
name: "Qwen"
backend: ""

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit ab30277
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/68f11818decbb50008ed0745
😎 Deploy Preview https://deploy-preview-6482--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.


// processYAMLFile takes a single file path and adds its models to the existing tree.
func processYAMLFile[T GalleryElement](filePath string, tree *Gallery[T]) error {
file, err := os.Open(filePath)

Check failure

Code scanning / gosec

Potential file inclusion via variable Error

Potential file inclusion via variable
@mudler mudler changed the title wip wip: gallery refactoring Oct 16, 2025
@mudler mudler added the roadmap label Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant