generate_images
autogen.agentchat.contrib.capabilities.generate_images.DalleImageGenerator
DalleImageGenerator
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.
Name | Description |
---|---|
**kwargs |
Instance Methods
cache_key
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |
generate_image
Call self as a function.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |