use llm.ImageData

This commit is contained in:
Jeffrey Morgan
2024-01-31 18:56:12 -08:00
committed by Michael Yang
parent 8450bf66e6
commit f11bf0740b
3 changed files with 18 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ const maxRetries = 3
type PredictOpts struct {
Prompt string
Format string
Images map[int]api.ImageData
Images []ImageData
Options api.Options
}