-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Support Dall-e-3 from the command line #1130
Labels
Comments
stainless-bot
added a commit
that referenced
this issue
Feb 7, 2024
stainless-bot
added a commit
that referenced
this issue
Feb 7, 2024
If you tag and leave issues like this open until it is released, then people can subscribe to it to be notified when they can use it |
stainless-bot
added a commit
that referenced
this issue
Feb 9, 2024
luckdev2350
added a commit
to luckdev2350/openai_python
that referenced
this issue
May 9, 2024
risingstar0225
added a commit
to risingstar0225/openai_py
that referenced
this issue
Jul 26, 2024
megamanics
pushed a commit
to devops-testbed/openai-python
that referenced
this issue
Aug 14, 2024
Watcher919
added a commit
to Watcher919/Python-openAI
that referenced
this issue
Sep 4, 2024
cgayapr
pushed a commit
to cgayapr/openai-python
that referenced
this issue
Dec 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
Currently the default model for images.create is Dall-e-2.
Source: https://platform.openai.com/docs/api-reference/images/create
But the command line does not support selecting a different model.
Source:
Additional context
openai-python/src/openai/resources/images.py
Lines 61 to 62 in d231d1f
The text was updated successfully, but these errors were encountered: