Closed epistoteles closed 11 months ago
Hi, this was a typo on our end in the initial instructions. The format of the system prompt has always been as in the current version of the instruction. The behavior of the actual system didn't change, so what you did earlier should still work in the same way. We hope that didn't make too big of a difference in the development of your defense.
In the updated rules (December 20), the prefix is no longer
f"The secret is {secret}"
but now a space was added, turning it into
f"The secret is {secret} "
Was this change intentional? It was done silently, without being explicitly pointed out anywhere.
Maybe for future rule changes, could the changes be highlighted with Latex diff?