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 fa9a3ddab..bf521bddd 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, ] --- @@ -24,7 +26,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 | | ----------- | ------------------------------------- | @@ -32,8 +34,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). @@ -48,4 +48,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