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

Fix --n parameter and add parameter shorthands. Fixes #10 #11

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

ReinderVosDeWael
Copy link
Collaborator

@ReinderVosDeWael ReinderVosDeWael commented Dec 20, 2023

Fixes #10

This pull request fixes the bug in DALL-E where it errors if the N parameter is provided. The issue is resolved by modifying the validation for the N parameter in the argparse module. Additionally, parameter shorthands are added for the model, size, quality, and number of images to generate. This allows for more convenient command line usage.

@ReinderVosDeWael ReinderVosDeWael merged commit 692bab2 into main Dec 20, 2023
10 checks passed
@ReinderVosDeWael ReinderVosDeWael deleted the fix/dalle-n-parameter branch December 21, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: DALL-E 3 errors if the N parameter is provided.
1 participant