raythurman2386 / cognibot

Discord bot built with Pycord that offers AI chat and image generation inside of Discord. Image generations are saved in cloudinary and hosted online for all to download.
GNU General Public License v3.0
2 stars 1 forks source link

:zap: Optimize DALLE Modularity #72

Closed raythurman2386 closed 1 week ago

raythurman2386 commented 1 week ago

Description

This PR introduces a new DALLE cog that implements image generation functionality using OpenAI's DALL-E model. The cog includes both a modal interface for detailed image generation options and a quick command for generating images with default settings. It also implements progress indicators to improve user experience during the potentially long image generation process.

Key changes include:

Type of change

Checklist

Additional comments

This will also prepare the OpenAI cog for function calling which will drastically increase the size of that file and the Anthropic file when we begin implementing function calling into the models.