A telegram bot that can talk and help you
You can try the bot here: @PembantuAI_Bot
- Telegram bot
- Run Bahasa Indonesia models
- Learn context
- Add Whatsapp port
- Clone the repository
git clone https://github.com/devoverid/pembantu-ai/
cd pembantu-ai
- Clone .env file
cp .env.example .env
- Set up your values in .env
TELOXIDE_TOKEN=
OPENROUTER_API=
RUST_LOG=trace
BOT_USERNAME=
- Run the telegram bot
cargo run -p pembantu_telegram
MIT