templating, rate-limiting, etc.

This commit is contained in:
2026-04-02 22:44:23 +03:00
parent a168b4cbea
commit fdad966aaf
7 changed files with 281 additions and 26 deletions

View File

@@ -1,2 +1,6 @@
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
RATE_LIMITER_MS=1000 # default is 1s
# Templates live in ~/.config/whisper/templates/
# Use: whisper -t TEMPLATE_NAME -p "param1" "param2"