telegram-ollama-reply-bot/README.md
Alexey Skobkin b20c248fd9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Adding Dockerfile and adding image building to the Drone pipeline. Also adding running instructions to the README.md.
2024-03-10 05:19:50 +03:00

16 lines
352 B
Markdown

# telegram-ollama-reply-bot
[![Build Status](https://ci.skobk.in/api/badges/skobkin/telegram-ollama-reply-bot/status.svg)](https://ci.skobk.in/skobkin/telegram-ollama-reply-bot)
# Usage
## Docker
```shell
docker run \
-e OLLAMA_TOKEN=123 \
-e OLLAMA_BASE_URL=http://ollama.tld:11434 \
-e TELEGRAM_TOKEN=12345 \
skobkin/telegram-llm-bot
```