Simple bot to interact with Open Source LLM's running in Ollama using Telegram
Find a file
2024-08-16 03:17:13 +03:00
bot Allowing selection of models using ENV. 2024-08-16 03:07:47 +03:00
extractor fix #15 slog usage. Also adding more logging. 2024-03-12 22:07:22 +03:00
llm Improving summarization prompt. 2024-08-16 03:17:13 +03:00
stats Closes #14. Adding inline queries. Also small refactoring of context prompt based on RequestContext. 2024-03-13 01:18:01 +03:00
.drone.yml Also changing image tag for build step. 2024-03-10 05:57:59 +03:00
.gitignore initial. Draft of SIMPLE LLM bot for Telegram chat. 2024-03-08 05:18:45 +03:00
Dockerfile Allowing selection of models using ENV. 2024-08-16 03:07:47 +03:00
go.mod Updating dependencies. 2024-08-16 03:10:12 +03:00
go.sum Updating dependencies. 2024-08-16 03:10:12 +03:00
LICENSE LICENSE file. 2024-03-08 05:19:26 +03:00
main.go Allowing selection of models using ENV. 2024-08-16 03:07:47 +03:00
README.md Adding API URL suffix to the README.md. 2024-03-12 22:13:32 +03:00

telegram-ollama-reply-bot

Build Status

Usage

Docker

docker run \
  -e OLLAMA_TOKEN=123 \
  -e OLLAMA_BASE_URL=http://ollama.localhost:11434/v1 \
  -e TELEGRAM_TOKEN=12345 \
  skobkin/telegram-llm-bot