Commit Graph

1 Commits

Author SHA1 Message Date
Ashutosh Sanzgiri
62ef63a3be
Add a utility to generate image from a prompt (OpenAI DALL-E) (#784)
This is a utility that allows you to generate an image from a prompt. It
uses the OpenAI DALL-E image generator, which can take the same API key
as the LLM. The output is a link to the generated image, which can be
downloaded to a file or rendered depending on the use case. By default a
single image of resolution 1024x1024 is generated.
2023-02-02 08:48:03 -08:00