This commit is contained in:
Michael Yang
2023-12-15 14:07:34 -08:00
parent acfc376efd
commit 2bb2bdd5d4
11 changed files with 15 additions and 15 deletions

View File

@@ -748,6 +748,7 @@ func ListModelsHandler(c *gin.Context) {
resp, err := modelResponse(tag)
if err != nil {
log.Printf("skipping file: %s", fp)
// nolint: nilerr
return nil
}