Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 812 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 812 Bytes

Pembantu AI

A telegram bot that can talk and help you

You can try the bot here: @PembantuAI_Bot

TODO

  • Telegram bot
  • Run Bahasa Indonesia models
  • Learn context
  • Add Whatsapp port

Run locally

  1. Clone the repository
git clone https://github.com/devoverid/pembantu-ai/
cd pembantu-ai
  1. Clone .env file
cp .env.example .env
  1. Set up your values in .env
TELOXIDE_TOKEN=
OPENROUTER_API=
RUST_LOG=trace
BOT_USERNAME=
  1. Run the telegram bot
cargo run -p pembantu_telegram

License

MIT