Simple bot to interact with Open Source LLM's running in Ollama using Telegram
Go to file
Alexey Skobkin ec56188332
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Merge pull request 'Request context prompt fixes and improvements.' (#12) from fix_context_prompt into main
Reviewed-on: #12
2024-03-12 03:48:33 +00:00
bot Implementing request context and adding it to /hey command processing. 2024-03-12 06:12:25 +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 Request context prompt fixes and improvements. 2024-03-12 06:47:48 +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