We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64615f commit 510dcf5Copy full SHA for 510dcf5
bot/exts/smart_eval/_smart_eval_rules.py
@@ -61,4 +61,13 @@
61
"Are you sure this is Python code? It looks like Rust",
62
"It may run, depends on the weather today.",
63
"Hmm, maybe AI isn't ready to take over the world yet after all - I don't understand this.",
64
+ "Ah... I see... Very interesting code indeed. I give it 10 quacks out of 10.",
65
+ "My sources say \"Help I'm trapped in a code evaluating factory\".",
66
+ "Look! A bug!",
67
+ "An exquisite piece of code, if I do say so myself.",
68
+ (
69
+ "Let's see... carry the 1, read 512 bytes from 0x000001E5F6D2D15A,"
70
+ " boot up the quantum flux capacitor... oh wait, where was I?"
71
+ ),
72
+ "Before evaluating this code, I need to make sure you're not a robot. I get a little nervous around other bots.",
73
]
0 commit comments