Unverified Commit 40b10eee authored by Adrien Duermael's avatar Adrien Duermael Committed by GitHub
Browse files

api: fix ImageData struct comment to expect raw image bytes (#10386)

parent 424f6486
......@@ -76,7 +76,7 @@ type GenerateRequest struct {
// this request.
KeepAlive *Duration `json:"keep_alive,omitempty"`
// Images is an optional list of base64-encoded images accompanying this
// Images is an optional list of raw image bytes accompanying this
// request, for multimodal models.
Images []ImageData `json:"images,omitempty"`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment