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

This commit is contained in:
Adrien Duermael 2025-04-23 20:13:51 -07:00 committed by Ryan Schumacher
parent 770df0887f
commit 3e201e18c2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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"`