Simple bot to interact with Open Source LLM's running in Ollama using Telegram
Go to file
Alexey Skobkin 5035a73884
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Merge pull request 'Fixing private requests counter.' (#8) from feature_4_configuration into main
Reviewed-on: #8
2024-03-11 20:25:35 +00:00
bot Fixing private requests counter. 2024-03-11 23:24:46 +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
stats Implementing simple stats counter. 2024-03-11 23:15:27 +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 Changing build image to Alpine to avoid linking errors. 2024-03-10 05:55:28 +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