Smartest girl in telegram.
Try it out - @sl_chatbot yourself or check out quotes - @slushaquotes
- Long-term memory and chat summary command
- Extensive per-chat configuration
- Undertanding of Telegram-specific features, like reply threads, via bot messages, quotes and forwards
- deno
- gemini api key (or other supported by ai-sdk)
cp scripts/env.bash.example scripts/env.bash- set up environment variables
- update slusha.config.js to your liking
scripts/run.bash# Build and run
docker build -t slusha-bot .
docker run -d \
--name slusha-bot \
--restart unless-stopped \
-e BOT_TOKEN=your_bot_token \
-e AI_TOKEN=your_ai_token \
slusha-bot
# Using Docker Compose
docker-compose --profile production up -d slusha-prod