jack482653 / openai-slack-bot

a OpenAI Slack bot
BSD 3-Clause "New" or "Revised" License
43 stars 16 forks source link

New Feature: Integration with DALL-E API #18

Open kvzhuang opened 8 months ago

kvzhuang commented 8 months ago

Summary Integration of the DALL-E API to enhance our image generation capabilities.

Background DALL-E is a variant of the GPT-3 model by OpenAI, which is capable of generating images from textual descriptions. Integrating DALL-E's API into our project could significantly augment our image generation features and provide a richer user experience.

Details

Anyone who wishes to work on this feature, please comment below or get in touch with the maintainers. Your contributions are much appreciated!

jack482653 commented 8 months ago

Hi kvzhang,

I have implemented /gen_image command already.

If you want to activate this function, please refer use-app-manifest to add slash command.

However, it does't support custom parameters. I will add this feature later.