chatGPT-shell-cli icon indicating copy to clipboard operation
chatGPT-shell-cli copied to clipboard

Allow dall-e-3 model for image generation

Open rxaviers opened this issue 2 years ago • 1 comments
trafficstars

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>"

rxaviers avatar Nov 07 '23 11:11 rxaviers

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.

mountaineerbr avatar Nov 09 '23 00:11 mountaineerbr