Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DALL-E 3 support #105

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Add DALL-E 3 support #105

merged 2 commits into from
Nov 8, 2023

Conversation

justinh-rahb
Copy link
Collaborator

Summary

This PR introduces support for the DALL-E 3 model within our image generation feature.

Description

We've extended the generate_image function to accommodate the new DALL-E 3 API parameters, allowing users to take advantage of the latest advancements in image generation technology. This includes the ability to specify the model version, style, quality, and user parameters which align with OpenAI's API for DALL-E 3.

Related Issue(s)

N/A - This is a proactive enhancement to leverage new API features.

Motivation and Context

The addition of DALL-E 3 support keeps our application at the forefront of AI-powered image generation, offering users higher-quality images and more detailed control over the generation process. This update ensures our app remains competitive and offers the latest AI features available.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@justinh-rahb justinh-rahb added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 8, 2023
@justinh-rahb justinh-rahb self-assigned this Nov 8, 2023
@justinh-rahb justinh-rahb merged commit b70d279 into master Nov 8, 2023
2 checks passed
@justinh-rahb justinh-rahb deleted the dall-e-3 branch November 8, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant