feat: initial commit
This commit is contained in:
18
.env.example
Normal file
18
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user