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

Allow dall-e-3 model for image generation #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rxaviers
Copy link
Contributor

@rxaviers rxaviers commented Nov 7, 2023

Open AI have just updated their API and now allows dall-e-3 image generation. https://platform.openai.com/docs/guides/images?context=node

On this change, the request has been updated to also pass model.

Usage:

chatgpt -m dall-e-3 --size 1024x1024 "image: <image description>"

@mountaineerbr
Copy link

mountaineerbr commented Nov 9, 2023

While this is not implemented here, you may want to try my chatgpt.sh shell script which supports dall-e-3 model for image generations by defaults.

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.

None yet

2 participants