Posts tagged 'watermark'
Tag: watermark
Chatgpt Zero Width Space In Copied Commands
What ChatGPT shows:
git add careeros scripts reports tests
git commit -m "Complete ChatGPT export inspection"
What actually gets copied in the clipboard and executed in the terminal:
piranna@Rawr CareerOS % git add caree<200b><200b>ros scripts reports tests
git commit -m "Complete ChatGPT export inspection"
U+200B, ZERO WIDTH SPACE… something
looks phishy. Is ChatGPT also adding watermarks to its generated output?