[FEATURE] Add /ask command (#54)

* 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
This commit is contained in:
Aidan 2025-05-07 14:40:21 -04:00 committed by GitHub
parent eefe253bc6
commit 4f88a85ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 654 additions and 27 deletions

View file

@ -5,6 +5,9 @@ botSource = "https://github.com/ABOCN/TelegramBot"
# insert token here
botToken = ""
# ai features
# ollamaApi = "http://ollama:11434"
# misc (botAdmins isnt a array here!)
maxRetries = 9999
botAdmins = 00000000, 00000000, 00000000