Jelajahi Sumber

feat: add OutputFormat field to ImageRequest for enhanced image processing options

CaIon 7 bulan lalu
induk
melakukan
1f9fc09989
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      dto/dalle.go

+ 1 - 0
dto/dalle.go

@@ -14,6 +14,7 @@ type ImageRequest struct {
 	ExtraFields    json.RawMessage `json:"extra_fields,omitempty"`
 	Background     string          `json:"background,omitempty"`
 	Moderation     string          `json:"moderation,omitempty"`
+	OutputFormat   string          `json:"output_format,omitempty"`
 }
 
 type ImageResponse struct {