forked from Decentrala/chatbot
Merge branch 'master' of ssh://gitea.dmz.rs:2222/Decentrala/chatbot
This commit is contained in:
commit
0813460e8b
@ -14,7 +14,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')
|
||||
|
Loading…
Reference in New Issue
Block a user