Skip to content

Commit df9b2ab

Browse files
committed
chore(gallery agent): Use real readme for selection
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 582114b commit df9b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/gallery-agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Return your analysis and selection reasoning.`)
100100
}
101101

102102
if model.ReadmeContent != "" {
103-
modelsInfo += fmt.Sprintf(" README Preview: %s\n", model.ReadmeContentPreview)
103+
modelsInfo += fmt.Sprintf(" README: %s\n", model.ReadmeContent)
104104
}
105105

106106
if model.ProcessingError != "" {

0 commit comments

Comments
 (0)