Skip to content

Commit 2c30020

Browse files
committed
Quality param
1 parent fb69ae7 commit 2c30020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images.go

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type ImgReq struct {
4242
Size *string `json:"size,omitempty"`
4343
ResponseFormat *string `json:"response_format,omitempty"`
4444
User *string `json:"user,omitempty"`
45+
Quality *string `json:"quality,omitempty"`
4546
}
4647

4748
// ImageRes is returned by the Image generation.

0 commit comments

Comments
 (0)