mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
Update images.go (#134)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user