DalleImageGenerator

DalleImageGenerator(**kwargs)

Generates images using OpenAI’s DALL-E models.
This class provides a convenient interface for generating images based on textual prompts using OpenAI’s DALL-E models. It allows you to specify the DALL-E model, resolution, quality, and the number of images to generate.
Note: Current implementation does not allow you to edit a previously existing image.

Parameters:
NameDescription
**kwargs

Instance Methods

cache_key

cache_key(*args, **kwargs) -> 

Call self as a function.

Parameters:
NameDescription
*args
**kwargs

generate_image

generate_image(*args, **kwargs) -> 

Call self as a function.

Parameters:
NameDescription
*args
**kwargs