Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
boydwilson opened this issue Jan 7, 2024 · 0 comments

Comments

@boydwilson
Copy link

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},
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant