Kardbord / Kard-bot

A Discord bot destined for greatness
GNU Affero General Public License v3.0
1 stars 0 forks source link

Upgrade DALL-E image generation using the OpenAI API #74

Closed Kardbord closed 1 year ago

Kardbord commented 1 year ago

The DALL-E API is now available in public beta. Its image generation capabilities are significantly improved over the bot's existing dalle-flow implementation. Due to these increased capabilities, it is a paid service, but I can set usage caps so my end-users don't break my bank. :) Understandably, it also comes with a host of usage policies to follow, so there will probably be some research involved to make sure I'm compliant. My game plan is roughly as follows:

Kardbord commented 1 year ago

OpenAI bindings for Go are being implemented at https://github.com/TannerKvarfordt/gopenai