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: 4 months ago
JSON representation

AI Assistant with local LLM backend.

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
```

## 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(?)