
* docs: add ai documentation * docker: update docker files for ai/regular versions, lint * feat: add initial /ask command * Delete docker-compose.yml * docker: ignore ollama folder in builds * fix: add emojis to help commands, capitalize, add ai commands to help menu * feat: add better logging, thought handling improvements * bug fixes, better logging and seperation of ai, update docs for ai * clean, remove prompt and user info from logs, more docs edits * system prompt change (plaintext only), parse out /think * clean up, axios tweaks * cleanup, logging of ratelimit --------- Co-authored-by: Aidan <aidan@p0ntus.com>
17 lines
536 B
Text
17 lines
536 B
Text
# links for source and privacy
|
|
botPrivacy = "https://github.com/abocn/TelegramBot/blob/main/TERMS_OF_USE.md"
|
|
botSource = "https://github.com/ABOCN/TelegramBot"
|
|
|
|
# insert token here
|
|
botToken = ""
|
|
|
|
# ai features
|
|
ollamaEnabled = false
|
|
# ollamaApi = "http://ollama:11434"
|
|
# handlerTimeout = "600_000" # set higher if you expect to download larger models
|
|
|
|
# misc (botAdmins isnt a array here!)
|
|
maxRetries = 9999
|
|
botAdmins = 00000000, 00000000, 00000000
|
|
lastKey = "InsertYourLastFmApiKeyHere"
|
|
weatherKey = "InsertYourWeatherDotComApiKeyHere"
|