File size: 361 Bytes
2a64ad4 |
1 2 3 4 5 6 7 8 9 10 11 |
# ...new file...
SIGNS = {
"sample_signals": [
"You must pay $100 by Friday if the deal closes; it's likely rainy, so plan accordingly.",
"This function must return an integer.",
"Always verify the user's age before proceeding."
]
}
# compression grid (max_length values)
SIGMA_GRID = [120, 80, 40, 20, 10, 5]
RECURSION_DEPTH = 8 |