Spaces:
Running
[FEATURE] Community Tools
Community Tools on HuggingChat!
Today we're releasing Community Tools on HuggingChat. This feature lets you create custom tools using Hugging Face Spaces! With this feature we're also making it possible for tools to use new modalities, like video, speech and more! You can find community tools on the following page: https://huggingface.co/chat/tools
In order to use tools in your conversations you will need to use a model compatible with tool calling. Currently we support the following models:
meta-llama/Meta-Llama-3.1-70B-Instruct
CohereForAI/c4ai-command-r-plus-08-2024
It's now also possible to add Community Tools to your assistants! When you create an assistant with a compatible model, you will see a search bar for tools where you can add your own tools. This lets you group tools together with a system prompt to create more complete experiences using assistants.
We've also created a blog post to explain how to create tools, either turning existing Spaces into tools or creating your own custom Spaces. You can find it here ๐!
The feature is still new and we're excited to hear your feedback. Feel free to share your tools in this thread, we will review them and possibly feature them on the community page!
Thank you, Huggingface and all huggingchat team for this amazing feature.
Here are some tools I created:
- Chat with Image and video (uses qwen2 vl 7b)
https://hf.co/chat/tools/66e85bb396d054c5771bc6cb
(video is not working in Llama 3.1 70b IDK why)
Critical Thinker
https://hf.co/chat/tools/66e864a034d40bac65628668Flux Dev Fast
https://hf.co/chat/tools/66e9b279bbf94ad91c808f68
Dunno how to use
for example, I make dice roll active. what do i do to call it into the chat?
Dunno how to use
for example, I make dice roll active. what do i do to call it into the chat?
You can say model to use the specific ACTIVE TOOL and it will use it. Alternatively, during regular conversations, it will auto use them according to need.
What's the reason that the tool selector states there are 83 available but when you browse them there are only 28 to choose from?
@ChrisUnimportant counter was showing the total number of tools but we only show featured ones, will fix ๐
Better Doc reader: https://hf.co/chat/tools/66ed8236a35891a61e2bfcf2
This tool can read all types of file and contents.
From code files to Excel, Pdf to PPT, Docx to Csv. and Many more...
Great feature being able to activate and deactivate tools as and when needed.
This tool allows you to create beautiful visualizations from an audio file. Works slowly. https://hf.co/chat/tools/677eb9d47048ee1f7607d439
">
is it just me or no models working atm ?
Can you implement code interpreter? (You can be jailed if you want)
Can you also implement it on r1 at think time?
Say you give deepseek r1 a hard problem.
And you let deepseek use the calculator (python) at think time. This will make deepseek waste less tokens doing the arithmetic itself, and solve a bigger class of problems.