mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
trim images
This commit is contained in:
@@ -62,7 +62,7 @@ const maxRetries = 3
|
||||
type PredictOpts struct {
|
||||
Prompt string
|
||||
Format string
|
||||
Images []api.ImageData
|
||||
Images map[int]api.ImageData
|
||||
Options api.Options
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user