Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
40b10eee
Unverified
Commit
40b10eee
authored
Apr 23, 2025
by
Adrien Duermael
Committed by
GitHub
Apr 24, 2025
Browse files
api: fix ImageData struct comment to expect raw image bytes (#10386)
parent
424f6486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
api/types.go
api/types.go
+1
-1
No files found.
api/types.go
View file @
40b10eee
...
...
@@ -76,7 +76,7 @@ type GenerateRequest struct {
// this request.
KeepAlive
*
Duration
`json:"keep_alive,omitempty"`
// Images is an optional list of
base64-encoded imag
es accompanying this
// Images is an optional list of
raw image byt
es accompanying this
// request, for multimodal models.
Images
[]
ImageData
`json:"images,omitempty"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment