Simple bot to interact with Open Source LLM's running in Ollama using Telegram
Find a file
Alexey Skobkin dd6a3a53dd
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Removing branch condition from Docker image build step.
2024-03-10 05:28:38 +03:00
bot Refactoring structure from single file to several separated services. Adding new feature: "summarize" to generate bullet points for provided link. 2024-03-10 04:51:01 +03:00
extractor Refactoring structure from single file to several separated services. Adding new feature: "summarize" to generate bullet points for provided link. 2024-03-10 04:51:01 +03:00
llm Refactoring structure from single file to several separated services. Adding new feature: "summarize" to generate bullet points for provided link. 2024-03-10 04:51:01 +03:00
.drone.yml Removing branch condition from Docker image build step. 2024-03-10 05:28:38 +03:00
.gitignore initial. Draft of SIMPLE LLM bot for Telegram chat. 2024-03-08 05:18:45 +03:00
Dockerfile 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
go.mod Refactoring structure from single file to several separated services. Adding new feature: "summarize" to generate bullet points for provided link. 2024-03-10 04:51:01 +03:00
go.sum Refactoring structure from single file to several separated services. Adding new feature: "summarize" to generate bullet points for provided link. 2024-03-10 04:51:01 +03:00
LICENSE LICENSE file. 2024-03-08 05:19:26 +03:00
main.go Refactoring structure from single file to several separated services. Adding new feature: "summarize" to generate bullet points for provided link. 2024-03-10 04:51:01 +03:00
README.md 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

telegram-ollama-reply-bot

Build Status

Usage

Docker

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