Skip to content

Commit

Permalink
Merge pull request openai#59 from rattrayalex/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
athyuttamre committed Jul 13, 2023
2 parents 13eb5ed + d9ccccf commit 95320c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ paths:
const openai = new OpenAIApi(configuration);
const response = await openai.createImageEdit(
fs.createReadStream("otter.png"),
fs.createReadStream("mask.png"),
"A cute baby sea otter wearing a beret",
fs.createReadStream("mask.png"),
2,
"1024x1024"
);
Expand Down

0 comments on commit 95320c2

Please sign in to comment.