An AI-powered text summarization Telegram bot that generates concise summaries of text, URLs, PDFs and YouTube videos.
docker run -d \
--name summary-gpt-bot \
-e LLM_MODEL=gpt-4 \
-e API_KEY=API_KEY \
-e TELEGRAM_TOKEN=$YOUR_TG_TOKEN \
-e TS_LANG=chinese \
-e ALLOWED_USERS=<friend1_id>,<friend2_id>,<your_id> \
-e BASE_URL=$BASE_URL \
jp0id/summary-gpt-bot:latest
LLM Variables
| Environment Variable | Description |
|---|---|
| BASE_URL | API URL base AI API |
| API_KEY | API key for AI API |
| LLM_MODEL | API model for AI API |
Bot Variables
| Environment Variable | Description |
|---|---|
| CHUNK_SIZE | The maximum token of a chunk when receiving a large input (default: 10000) |
| LLM_MODEL | LLM Model to use for text summarization (default: gpt-3.5-turbo-16k) |
| TELEGRAM_TOKEN | Token for Telegram API (required) |
| TS_LANG | Language of the text to be summarized (default: Chinese Mandarin) |
| DDG_REGION | The region of the duckduckgo search (default: wt-wt) 👉Regions |
| ALLOWED_USERS | A list of user IDs allowed to use. Asking @get_tg_info_bot for Telegram ID (optional) |
Content type
Image
Digest
sha256:94a706a54…
Size
72.1 MB
Last updated
over 1 year ago
docker pull jp0id/summary-gpt-bot