From 78cbbbe9c40d2c7046d5164fce6587d2970cbf00 Mon Sep 17 00:00:00 2001 From: coyotte508 Date: Sun, 21 Jan 2024 23:19:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Move=20hub=20before=20agents=20i?= =?UTF-8?q?n=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/_toctree.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b5283dc9e..4d423ac0a 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/docs/_toctree.yml b/docs/_toctree.yml index 2dcc32c4f..9eca25a75 100644 --- a/docs/_toctree.yml +++ b/docs/_toctree.yml @@ -7,13 +7,6 @@ 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: @@ -21,3 +14,10 @@ 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