Skip to content

Commit 4ca0a2c

Browse files
authored
feat: update size desc
feat: update size desc
2 parents 10c5e95 + 2665a2a commit 4ca0a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openapi/descriptions/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
desc: `Specifies the dimensions (width x height in pixels) of the generated image. Must be between [512x512, 2048x2048].`,
2323
},
2424
adaptive: {
25-
desc: `The width and height pixels of the generated image. Currently only supports adaptive.`,
25+
desc: `The model checks the size of the input picture against its internal size table and picks the closest match as the output picture size.`,
2626
},
2727
},
2828
default: { desc: `The size of the generated image.` },

0 commit comments

Comments
 (0)