https://github.com/mirwide/miaou
AI Assistant with local LLM backend.
https://github.com/mirwide/miaou
go golang ollama telegram
Last synced: 4 months ago
JSON representation
AI Assistant with local LLM backend.
- Host: GitHub
- URL: https://github.com/mirwide/miaou
- Owner: mirwide
- License: agpl-3.0
- Created: 2024-10-05T09:39:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T21:28:12.000Z (10 months ago)
- Last Synced: 2025-08-31T23:34:13.528Z (10 months ago)
- Topics: go, golang, ollama, telegram
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miaou

AI Assistant. Communication from telegram chat to on-prem LLM run on [ollama](https://github.com/ollama/ollama).
## Run
```bash
echo "MIAOU_TG_TOKEN: " > .env.local
docker compose pull
docker compose up -d
```
## Build docker image for other platform
```bash
docker buildx build --platform linux/riscv64 .
```
## Features
- [x] Text communication from telegram
- [x] Request rate limiting by chat
- [x] Store chat context with TTL and clear command
- [x] Image to text for multimodal model
- [x] Support external tool
- [x] Get weather from open-meteo(non-commercial use only)
- [x] Search content on wiki
- [ ] Generate image
- [ ] Voice communication
- [ ] Integration with Xiaomi smart home(?)