tjhasan / chatgpt-agent

Simple agent for discord users to interact with chatGPT AI at a low level.
1 stars 0 forks source link

Add image alteration / variation capability to dalle (vision) command #2

Closed tjhasan closed 1 year ago

tjhasan commented 1 year ago

This interaction CANNOT be a command due to being unable to have an image as an option.

Instead, we need to come up with a prefix / message that triggers the interaction. Interaction objects in discord.js contain the images that are attached to it. We can send that image to Dalle for variation.

tjhasan commented 1 year ago

Dropping this functionality for the following reasons:

This feature might be revisited in the future if the functionality is improved or changed in an interesting way on the Dall-E side of things.