Spaces:
Running
Running
File size: 499 Bytes
8e7f687 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# Configuration settings extracted from app.py
# Pushover settings
PUSH_WINDOW_SECONDS = 3600 # rate window (1 hour)
PUSH_MAX_IN_WINDOW = 5 # max pushes per hour
PUSH_DEDUPE_SECONDS = 6 * 3600 # suppress identical messages for 6 hours
# Canonical answer settings
USE_CANONICAL_WHY_HIRE = True
# Boundary reply message
BOUNDARY_REPLY = (
"I'm here to talk about my experience, projects, and skills. "
"If you have a career-related question, I'm happy to help."
) |