Replies: 3 comments 1 reply
-
I believe ChatGPT is instructed to look for Dall-E requests and generate prompts to send to the Dalll-E api. None of this is implemented in the API afaik. So this would all have to be implemented client side and I don't think that's in the scope of this project. |
Beta Was this translation helpful? Give feedback.
-
idk, maybe the tool could catch the "text-based AI..." or mention of Dall-E in the reply and retry to Dall-E API? This is a fun and handy use case: $ convert ~/Downloads/DALL·E\ 2023-12-03\ 19.34.47\ -\ An\ illustration\ of\ a\ futuristic\ space\ villain,\ wearing\ black\ armor\ similar\ in\ style\ to\ traditional\ sci-fi\ characters.\ The\ character\ has\ a\ menacing\ hel.png jpg:- | jp2a --width=80 -
|
Beta Was this translation helpful? Give feedback.
-
While the idea of catching mentions of "text-based AI" or Dall-E in the reply and retrying with Dall-E API sounds cool, it might get messy. Imagine asking "What's Dall-E" and getting a picture. Especially since the project has GPT in its name (and not ChatGPT), implying it prompts GPT, I don't think it's a good idea to have a bodge like this in there. Another issue with implementing this is that it's only part of the "workflow" that you have with ChatGPT, where ChatGPT will also see the previous images and then use them to write a better prompt, which would be even more pain to implement. Rather than implementing a bodge that only has half of the capabilities and might misfire, it's better to just have a feature that allows you to create Dall-E prompts. However since there's currently only 4 very broad roles, I think this would be out of place. But I think this project could benefit from a larger selection of roles, so maybe you could make a feature request for additional roles, to allow everyone to make suggestions! |
Beta Was this translation helpful? Give feedback.
-
I think this type of thing should be possible:
ChatGPT can handle this request, but I'm not sure about the API.
Beta Was this translation helpful? Give feedback.
All reactions