Comment on It's surprisingly difficult for AI to create just a plain white image
ryven@lemmy.dbzer0.com 7 months ago
I don’t know much about image generators, but it’s not surprising to me at all that ChatGPT can’t fulfill this request. Your prompt gets converted into tokens, tokens get processed by the model, it outputs a resulting set of tokens, and those get converted into text. Expecting the token-outputting-machine not to output any tokens is going to lead to disappointment.
wischi@programming.dev 7 months ago
But that’s not the full picture. There is a token to end the response, so the LLM decides when the answer is over. So it’s technically possible for ChatGPT to answer with “nothing” by just emitting a single token, namely the “end-answer” token.