This Rocket.Chat app integrates with the Hugging Face Hub to allow users to manage models, get model insights, and perform AI-based tasks directly from the chat using slash commands.
-
npm install -g @rocket.chat/apps-cli
-
git clone https://github.com/HarshMethwani/HfRocketChat.git
-
npm install
-
rc-apps deploy --url "http://localhost:3000" --username admin --password adminpass
- Login / Logout with Hugging Face API Token
- List models (public and private)
- Model summary generation using Hugging Face Inference API
- Works via simple and intuitive slash commands
Saves your Hugging Face API token securely.
Removes the saved token.
Lists public models by default or your private models with --private.
Uses the Hugging Face Inference API to generate a plain English explanation of what a model does.
/hf login <token>
/hf info <model>
/hf list
/hf list --private
/hf cardchat <model>