Skip to content

Commit 510dcf5

Browse files
committed
Add more default responses
1 parent e64615f commit 510dcf5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bot/exts/smart_eval/_smart_eval_rules.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,13 @@
6161
"Are you sure this is Python code? It looks like Rust",
6262
"It may run, depends on the weather today.",
6363
"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.",
6473
]

0 commit comments

Comments
 (0)