소스 검색

Update model/model.go

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Michael Yang 1 개월 전
부모
커밋
3e102b7dad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      model/model.go

+ 1 - 1
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 {