Compare commits
3 Commits
scraper_fu
...
1795a87c4b
Author | SHA1 | Date | |
---|---|---|---|
1795a87c4b
|
|||
9704474c29 | |||
5b4ae05582 |
@@ -13,7 +13,8 @@ def command(msg, rcpt):
|
|||||||
if msg.startswith("!help"):
|
if msg.startswith("!help"):
|
||||||
response = "chatbot commands:" + "\n"
|
response = "chatbot commands:" + "\n"
|
||||||
response += "!help Show this help page" + "\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
|
return response
|
||||||
elif msg.startswith("!ai"):
|
elif msg.startswith("!ai"):
|
||||||
client = ollama.Client(host='https://ollama.krov.dmz.rs')
|
client = ollama.Client(host='https://ollama.krov.dmz.rs')
|
||||||
|
Reference in New Issue
Block a user