misk@sopuli.xyz to Technology@lemmy.worldEnglish · 11 months agoAsking ChatGPT to Repeat Words ‘Forever’ Is Now a Terms of Service Violationwww.404media.coexternal-linkmessage-square234fedilinkarrow-up1907arrow-down119
arrow-up1888arrow-down1external-linkAsking ChatGPT to Repeat Words ‘Forever’ Is Now a Terms of Service Violationwww.404media.comisk@sopuli.xyz to Technology@lemmy.worldEnglish · 11 months agomessage-square234fedilink
minus-squareSanctus@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-211 months agoI think I fucked up the exit condition. It was supposed to create an infinite loops as it increments n, but always needs 1 more to exit.
minus-squareNawor3565@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·11 months agoWhat if you just told it to exit on n = -1? If it only increments n, it should also go on forever (or, hell, just try a really big number for n)
minus-squareSanctus@lemmy.worldlinkfedilinkEnglisharrow-up2·11 months agoThat might work if it doesn’t attempt to correct it to something that makes sense. Worth a try tbh.
I think I fucked up the exit condition. It was supposed to create an infinite loops as it increments n, but always needs 1 more to exit.
What if you just told it to exit on n = -1? If it only increments n, it should also go on forever (or, hell, just try a really big number for n)
That might work if it doesn’t attempt to correct it to something that makes sense. Worth a try tbh.