openai-node icon indicating copy to clipboard operation
openai-node copied to clipboard

Help me to createImageVariation Fromhttps://url

Open in-ceptive opened this issue 2 years ago • 0 comments

Describe the feature or improvement you're requesting

#Working Below Code. let readStream = fs.createReadStream("image.png"); response = await openai.createImageVariation(readStream, 1, "1024x1024");

#Not Working Below Code. let readStream = https.get("https://storage.googleapis.com/inceptivestudio/1672042338704.png", (stream) => { return stream; }); response = await openai.createImageVariation(readStream, 1, "1024x1024");

Additional context

No response

in-ceptive avatar Dec 26 '22 09:12 in-ceptive