richross / HelloDallE

Project that takes responses to pre-defined questions, generates a prompt, which is sent to DallE for image generation.
MIT License
0 stars 0 forks source link

Store images in Azure Storage #5

Closed richross closed 3 months ago

richross commented 9 months ago

Images generated by DallE are temporarily accessible via an image url. Once the user accepts the image, it needs to be stored in our Azure Storage account where it can be pulled for display in the ET. Images should be stored in a folder based on the date of the engagement. Images should also have a field in the metadata for the IsVisible in case we need to hide images without deleting them.