19 lines
592 B
Text
19 lines
592 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
|
|
# flashModel = "gemma3:4b"
|
|
# thinkingModel = "qwen3:4b"
|
|
|
|
# misc (botAdmins isnt a array here!)
|
|
maxRetries = 9999
|
|
botAdmins = 00000000, 00000000, 00000000
|
|
lastKey = "InsertYourLastFmApiKeyHere"
|
|
weatherKey = "InsertYourWeatherDotComApiKeyHere"
|