Unverified Commit 436dc779 authored by Mishig's avatar Mishig Committed by GitHub
Browse files

Update transformers_agents.mdx (#23289)

Make `huggingface-tools` to [`huggingface-tools`](https://huggingface.co/huggingface-tools)
parent 12551697
...@@ -283,7 +283,7 @@ the ability to quickly create and share custom tools. ...@@ -283,7 +283,7 @@ the ability to quickly create and share custom tools.
By pushing the code of a tool to a Hugging Face Space or a model repository, you're then able to leverage the tool By pushing the code of a tool to a Hugging Face Space or a model repository, you're then able to leverage the tool
directly with the agent. We've added a few directly with the agent. We've added a few
**transformers-agnostic** tools to the `huggingface-tools` organization: **transformers-agnostic** tools to the [`huggingface-tools` organization](https://huggingface.co/huggingface-tools):
- **Text downloader**: to download a text from a web URL - **Text downloader**: to download a text from a web URL
- **Text to image**: generate an image according to a prompt, leveraging stable diffusion - **Text to image**: generate an image according to a prompt, leveraging stable diffusion
...@@ -294,7 +294,7 @@ The text-to-image tool we have been using since the beginning is a remote tool t ...@@ -294,7 +294,7 @@ The text-to-image tool we have been using since the beginning is a remote tool t
[*huggingface-tools/text-to-image*](https://huggingface.co/spaces/huggingface-tools/text-to-image)! We will [*huggingface-tools/text-to-image*](https://huggingface.co/spaces/huggingface-tools/text-to-image)! We will
continue releasing such tools on this and other organizations, to further supercharge this implementation. continue releasing such tools on this and other organizations, to further supercharge this implementation.
The agents have by default access to tools that reside on `huggingface-tools`. The agents have by default access to tools that reside on [`huggingface-tools`](https://huggingface.co/huggingface-tools).
We explain how to you can write and share your tools as well as leverage any custom tool that resides on the Hub in [following guide](custom_tools). We explain how to you can write and share your tools as well as leverage any custom tool that resides on the Hub in [following guide](custom_tools).
### Code generation ### Code generation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment