Skip to content

Commit

Permalink
Update transformers_agents.mdx (#23289)
Browse files Browse the repository at this point in the history
Make `huggingface-tools` to [`huggingface-tools`](https://huggingface.co/huggingface-tools)
  • Loading branch information
mishig25 authored and sgugger committed May 11, 2023
1 parent 4872277 commit 6376aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/en/transformers_agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 to image**: generate an image according to a prompt, leveraging stable diffusion
Expand All @@ -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
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).

### Code generation
Expand Down

0 comments on commit 6376aa2

Please sign in to comment.