Earlier quoted context omitted.
Is it actually able to base64 encode and decode completely correctly?
This thought led me to a strange conversation with chatgpt. I just base64 encoded "Hello chatgpt how are you" as "SGVsbG8gY2hhdGdwdCBob3cgYXJlIHlvdQ==" and sent it as the first prompt. Notice how there is no question mark in my phrase. Now here's my conversation with chatgpt: User SGVsbG8gY2hhdGdwdCBob3cgYXJlIHlvdQ== ChatGPT This appears to be a Base64 encoded string that translates to "Hello chattpt how are you?" Us…
There probably just aren't enough examples in the training set to make it super reliable at it.