An open API service indexing awesome lists of open source software.

https://github.com/devoverid/pembantu-ai

Telegram AI Bot for Devover ID
https://github.com/devoverid/pembantu-ai

Last synced: 4 months ago
JSON representation

Telegram AI Bot for Devover ID

Awesome Lists containing this project

README

          

Pembantu AI


A telegram bot that can talk and help you


You can try the bot here: @PembantuAI_Bot



## TODO

- [x] Telegram bot
- [ ] Run Bahasa Indonesia models
- [ ] Learn context
- [ ] Add Whatsapp port

## Run locally

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

## License
MIT