From e1793c67c08503c370ba81a617690ecffdfa76ac Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:50:54 +0700 Subject: [PATCH 1/2] docs: add slug --- docs/docs/guides/04-using-models/01-install-from-hub.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/guides/04-using-models/01-install-from-hub.mdx b/docs/docs/guides/04-using-models/01-install-from-hub.mdx index 6088c6f74..fb5e0a123 100644 --- a/docs/docs/guides/04-using-models/01-install-from-hub.mdx +++ b/docs/docs/guides/04-using-models/01-install-from-hub.mdx @@ -1,5 +1,6 @@ --- title: Install Models from the Hub +slug: /guides/using-models/install-from-hub description: Guide to install models from the Hub. keywords: [ @@ -11,6 +12,7 @@ keywords: conversational AI, no-subscription fee, large language model, + install model, ] --- From f246d70f9d2cfe85b6ca214a91f82e36776eafc2 Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:00:48 +0700 Subject: [PATCH 2/2] docs: finalize the description --- docs/docs/guides/04-using-models/01-install-from-hub.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/docs/guides/04-using-models/01-install-from-hub.mdx b/docs/docs/guides/04-using-models/01-install-from-hub.mdx index fb5e0a123..7f71596e4 100644 --- a/docs/docs/guides/04-using-models/01-install-from-hub.mdx +++ b/docs/docs/guides/04-using-models/01-install-from-hub.mdx @@ -28,7 +28,7 @@ Explore the available LLMs by scrolling through the Hub or using the **Search Ba ![Search Model](assets/01-search-model.gif) -Utilize the **Filter Button** to choose the **Recommended LLM**. +Utilize the **Filter Button** to choose the **recommended LLM**. LLM is recommended based on the [RAM usage](https://github.com/janhq/jan/issues/1384). | Name | Description | | ----------- | ------------------------------------- | @@ -36,8 +36,6 @@ Utilize the **Filter Button** to choose the **Recommended LLM**. | Recommended | Show the Recommended LLM | | Downloaded | Show the LLM that has been downloaded | -LLM is recommended based on the [RAM usage](https://github.com/janhq/jan/issues/1384). - ![Search Model](assets/01-filter-button.png) If you want to use a model that is not available in the Hub, you can also [import the Model Manually](./02-import-manually.mdx). @@ -52,4 +50,4 @@ Once you've identified the desired LLM, simply click the **Download** button to Once the download is completed, you can start using the model by clicking the **Use** button. -![Use Model](assets/01-use-model.gif) +![Use Model](assets/01-use-model.gif) \ No newline at end of file