From 3e102b7dad5d0f41563858c8c938ac26b5f3fd56 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Thu, 13 Mar 2025 13:11:52 -0700 Subject: [PATCH] Update model/model.go Co-authored-by: Jeffrey Morgan --- model/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/model.go b/model/model.go index 7b2bdf89c..fadea3246 100644 --- a/model/model.go +++ b/model/model.go @@ -22,7 +22,7 @@ import ( "github.com/ollama/ollama/model/input" ) -var ErrNoVisionModel = errors.New("vision model not found") +var ErrNoVisionModel = errors.New("this model is missing data required for image input") // Model implements a specific model architecture, defining the forward pass and any model-specific configuration type Model interface {