From 1795a87c4b714cc8516e1e9a68fbea821acb6238 Mon Sep 17 00:00:00 2001 From: fram3d Date: Tue, 6 Feb 2024 02:47:01 +0100 Subject: [PATCH] add wiki to help --- functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.py b/functions.py index 571458e..fb47583 100644 --- a/functions.py +++ b/functions.py @@ -13,7 +13,8 @@ def command(msg, rcpt): if msg.startswith("!help"): response = "chatbot commands:" + "\n" response += "!help Show this help page" + "\n" - response += "!ai [message] Ask llama2" + response += "!ai [message] Ask llama2" + "\n" + response += "!wiki [message] Ask wiki" return response elif msg.startswith("!ai"): client = ollama.Client(host='https://ollama.krov.dmz.rs')