chore(gallery agent): Use real readme for selection

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-10-15 23:11:49 +02:00
parent 582114bda9
commit df9b2abf84

View File

@@ -100,7 +100,7 @@ Return your analysis and selection reasoning.`)
}
if model.ReadmeContent != "" {
modelsInfo += fmt.Sprintf(" README Preview: %s\n", model.ReadmeContentPreview)
modelsInfo += fmt.Sprintf(" README: %s\n", model.ReadmeContent)
}
if model.ProcessingError != "" {