valera/.env.example

34 lines
588 B
Bash

# Telegram
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_PROXY_URL=socks5://user:pass@proxy:port
TELEGRAM_PROXY_TYPE=socks5
# Access control
ALLOWED_USERNAMES=user1,user2
BOT_NAME=Валера
# Tools
DEFAULT_TOOL=opencode
QWEN_COMMAND=qwen-code
OPENCODE_COMMAND=opencode
TOOL_TIMEOUT=120
# Memory
MEMORY_MESSAGES_COUNT=10
CHROMA_PERSIST_DIR=./chroma_db
# Scheduler
SCHEDULER_ENABLED=true
IDEA_INTERVAL_HOURS=4
# Speech-to-text
STT_ENABLED=true
STT_MODEL=vosk
# Russian LLM (optional)
GIGACHAT_CREDENTIALS=
YANDEX_API_KEY=
# Database
DATABASE_URL=sqlite+aiosqlite:///./valera.db