feat: initial commit

This commit is contained in:
2026-04-16 19:39:02 +02:00
commit 50d1686b1e
44 changed files with 2089 additions and 0 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
TELEGRAM_BOT_TOKEN=your_bot_token_here
BOT_MODE=polling
TELEGRAM_DEBUG=false
N8N_BASE_URL=http://localhost:5678
N8N_AUTH_TOKEN=
OPENAI_API_KEY=your_openai_key_here
STT_PROVIDER=openai
WHISPER_MODEL=whisper-1
WHISPER_LANGUAGE=
REDIS_URL=redis://localhost:6379
SESSION_TTL=24
LOG_LEVEL=info
LOG_FORMAT=json
SERVER_PORT=8080