diff --git a/functions.py b/functions.py index 23872fb..94507ce 100644 --- a/functions.py +++ b/functions.py @@ -14,7 +14,8 @@ def command(msg, rcpt): response = "chatbot commands:" + "\n" response += "!help Show this help page" + "\n" response += "!ai [message] Ask llama2" + "\n" - response += "!wiki [message] Ask wiki" + response += "!wiki [message] Ask wiki\n" + response += "!tasks Show active tasks from the taskmanager\n" return response elif msg.startswith("!ai"): client = ollama.Client(host='https://ollama.krov.dmz.rs')