Explorar o código

Update images.go (#134)

Michael Yang hai 1 ano
pai
achega
6f046dbf18
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      server/images.go

+ 0 - 1
server/images.go

@@ -156,7 +156,6 @@ func GetModel(name string) (*Model, error) {
 
 			model.System = string(bts)
 		case "application/vnd.ollama.image.prompt":
-			log.Printf("PROMPT is deprecated. Please use TEMPLATE and SYSTEM instead.")
 			bts, err := os.ReadFile(filename)
 			if err != nil {
 				return nil, err