You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adminforth/documentation/docs/tutorial/05-Plugins/05-upload.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,8 @@ new UploadPlugin({
280
280
}),
281
281
//diff-add
282
282
fieldsForContext: ['title'],
283
+
//diff-add
284
+
outputSize: '1536x1024'// size of generated image
283
285
284
286
},
285
287
```
@@ -288,23 +290,26 @@ Here is how it works:
288
290
289
291

290
292
291
-
You can also pass additional parameters to OpenAI API call
293
+
You can also pass additional parameters to [OpenAI API call](https://platform.openai.com/docs/api-reference/images/createEdit) by using `extraParams` property:
0 commit comments