Simple bot to interact with Open Source LLM's running in Ollama using Telegram
Go to file
Alexey Skobkin 55b44d3207
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Making build and publish run in the same pipeline.
2024-03-10 05:36:44 +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 Making build and publish run in the same pipeline. 2024-03-10 05:36:44 +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
LICENSE LICENSE file. 2024-03-08 05:19:26 +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
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
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

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