Alexey Skobkin
6d5563c6d4
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Alexey Skobkin <skobkin-ru@ya.ru> Reviewed-on: #47 |
||
---|---|---|
bot | ||
extractor | ||
img | ||
llm | ||
stats | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Telegram Ollama Bot
Functionality
- Context-dependent dialogue in chats
- Summarization of articles by provided link
Usage
Docker
docker run \
-e OPENAI_API_TOKEN=123 \
-e OPENAI_API_BASE_URL=http://ollama.localhost:11434/v1 \
-e TELEGRAM_TOKEN=12345 \
-e MODEL_TEXT_REQUEST=llama3.1:8b-instruct-q6_K
-e MODEL_SUMMARIZE_REQUEST=mistral-nemo:12b-instruct-2407-q4_K_M
skobkin/telegram-llm-bot