mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
chore(gallery agent): Use real readme for selection
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
582114bda9
commit
df9b2abf84
1 changed files with 1 additions and 1 deletions
2
.github/gallery-agent/agent.go
vendored
2
.github/gallery-agent/agent.go
vendored
|
|
@ -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 != "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue