Browse Source

Update images.go (#134)

Michael Yang 1 year ago
parent
commit
6f046dbf18
1 changed files with 0 additions and 1 deletions
  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