image-generator-using-openai-api icon indicating copy to clipboard operation
image-generator-using-openai-api copied to clipboard

cool demo, if you add the model to the const data you can leverage dall-e-3

Open boydwilson opened this issue 1 year ago • 0 comments

not really an issue, but just wanted to point this out for people finding this cool little demo, if you add the model to it you can get it to render with dall-e-3:

const data = { model: 'dall-e-3', prompt: text.value, n: numImages, size: ${imageSizes}x${imageSizes}, };

boydwilson avatar Jan 07 '24 20:01 boydwilson