feat: add initial /ask command
This commit is contained in:
parent
38e6fcc1b3
commit
06e7d026a4
7 changed files with 584 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue