Skip to content

Commit

Permalink
📝 Move hub before agents in doc (#451)
Browse files Browse the repository at this point in the history
Due to `oauthLogin` recently added to `hub` & low activity on `agents`

cc @nsarrazin @osanseviero
  • Loading branch information
coyotte508 authored Jan 22, 2024
1 parent c706027 commit 265f352
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ await inference.textToImage({
This is a collection of JS libraries to interact with the Hugging Face API, with TS types included.

- [@huggingface/inference](packages/inference/README.md): Use the Inference API to make calls to 100,000+ Machine Learning models, or your own [inference endpoints](https://hf.co/docs/inference-endpoints/)!
- [@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface
- [@huggingface/hub](packages/hub/README.md): Interact with huggingface.co to create or delete repos and commit / download files
- [@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface


With more to come, like `@huggingface/endpoints` to manage your HF Endpoints!
Expand Down
14 changes: 7 additions & 7 deletions docs/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
title: Use the Inference API
- local: inference/modules
title: API Reference
- title: "@huggingface/agent"
isExpanded: true
sections:
- local: agents/README
title: Use Agents to run multi-modal workflows from a natural language API
- local: agents/modules
title: API Reference
- title: "@huggingface/hub"
isExpanded: true
sections:
- local: hub/README
title: Interact with the Hub
- local: hub/modules
title: API Reference
- title: "@huggingface/agent"
isExpanded: true
sections:
- local: agents/README
title: Use Agents to run multi-modal workflows from a natural language API
- local: agents/modules
title: API Reference

0 comments on commit 265f352

Please sign in to comment.