0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

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

Open rxaviers opened 8 months ago

rxaviers commented 8 months ago

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 commented 7 months ago

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.