Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirwide/miaou
AI Assistant with local LLM backend
https://github.com/mirwide/miaou
go golang ollama telegram
Last synced: 18 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:49:49.000Z (19 days ago)
- Last Synced: 2024-10-20T19:13:39.581Z (19 days ago)
- Topics: go, golang, ollama, telegram
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miaou
![Build status](https://github.com/mirwide/tgbot/actions/workflows/go.yml/badge.svg)
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
```## 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(?)