From c9fd5b3d9b8397185fd8a172cc69f7e5a4a54217 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Mon, 12 Feb 2024 21:00:59 -0700 Subject: [PATCH] Updated documenation --- README.md | 4 ++++ plugins/commands.py | 14 ++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6e3c6b..06faaf9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ Increases the karma points for the specified user by 1 in the database and sends Decreases the karma points for the specified user by 1. Decreases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room. +📄 **!llm [prompt] +An AI large language model designed to serve as a chatbot within a vibrant and diverse community chat room hosted on the Matrix platform. +(Currently loaded model: **TheBloke_Mistral-7B-Instruct-v0.2-GPTQ** + # 🌟 Funguy Bot Credits 🌟 🧙‍♂️ Creator & Developer: diff --git a/plugins/commands.py b/plugins/commands.py index 2b098dd..573e15f 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -32,22 +32,28 @@ Fetches the current date and time using Python's `datetime` module and sends it Retrieves a tested/working random SOCKS5 proxy. Fetches a list of SOCKS5 proxies, tests their availability, and sends the first working proxy to the chat room. -📶 **!isup ** +📶 **!isup [domain/ip]** Checks if the specified domain or IP address is reachable. Checks if the specified domain or IP address is reachable by attempting to ping it. If DNS resolution is successful, it checks HTTP and HTTPS service availability by sending requests to the domain. -☯ **!karma ** +☯ **!karma [user]** Retrieves the karma points for the specified user. Retrieves the karma points for the specified user from a database and sends them as a message to the chat room. -⇧ **!karma up** +⇧ **!karma [user] up** Increases the karma points for the specified user by 1. Increases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room. -⇩ **!karma down** +⇩ **!karma [user] down** Decreases the karma points for the specified user by 1. Decreases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room. +📄 **!llm [prompt] +An AI large language model designed to serve as a chatbot within a vibrant and diverse community chat room hosted on the Matrix platform. +(Currently loaded model: **TheBloke_Mistral-7B-Instruct-v0.2-GPTQ** + +--- + # 🌟 Funguy Bot Credits 🌟 🧙‍♂️ Creator & Developer: