Initial Telegram AI bot

This commit is contained in:
hbrain 2026-05-22 06:01:00 +00:00
commit 2f88229a1f
8 changed files with 1047 additions and 0 deletions

10
.env.example Normal file
View file

@ -0,0 +1,10 @@
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
GEMINI_API_KEY=your_gemini_api_key_here
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Optional:
# GEMINI_MODEL=gemini-2.5-flash-lite
# OPENROUTER_MODEL=mistralai/mistral-small-3.2-24b-instruct:free
# PERSONALITY_FILE=personality.md
# MEMORY_DB=marvin.sqlite
# MAX_HISTORY_MESSAGES=20