const response = await openai.createImage(
fs.createReadStream(path),
fs.createReadStream("output.jpg"),
1,
"256x256"
)
I have this code, its a replica of what OpenAI shows for image editing. Both my images are under 4MB and I have provided a valid API key.
But, I get this error: