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

types could be added to the table and based on that a different prompt can be se... #153

Open
github-actions bot opened this issue Dec 27, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link

types could be added to the table and based on that a different prompt can be selected, e.g. if the type is christmas the picture below gets generated

ok than also the text needs to be changed, but maybe as a type in the translation file as well?

// TODO types could be added to the table and based on that a different prompt can be selected, e.g. if the type is christmas the picture below gets generated

    })
}

// TODO types could be added to the table and based on that a different prompt can be selected, e.g. if the type is christmas the picture below gets generated
// ok than also the text needs to be changed, but maybe as a type in the translation file as well?
async function _generateImage(name) {
    const image = await openai.images.generate({
        model: "dall-e-3",

47bdf4d249c3e89bcae4155d0656bef052fbe36c

@github-actions github-actions bot added the todo label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants