diff --git a/docs/docs/guides/models/integrate-remote.mdx b/docs/docs/guides/models/integrate-remote.mdx index 352476e3f..4c48778c5 100644 --- a/docs/docs/guides/models/integrate-remote.mdx +++ b/docs/docs/guides/models/integrate-remote.mdx @@ -59,11 +59,12 @@ This guide will show you how to configure Jan as a client and point it to any re - `ctx_len`: Defined based on the model's context size. - `prompt_template`: Defined based on the model's trained template (e.g., ChatML, Alpaca). - To set up the `prompt_template`: - 1. Visit Hugging Face. - 2. Locate the model (e.g., [Gemma 7b it](https://huggingface.co/google/gemma-7b-it)). + 1. Visit [Hugging Face](https://huggingface.co/), an open-source machine learning platform. + 2. Find the current model that you're using (e.g., [Gemma 7b it](https://huggingface.co/google/gemma-7b-it)). 3. Review the text and identify the template. - In `parameters`, consider the following options. The fields in `parameters` are typically general and can be the same across models. An example is provided below: + ```json "parameters":{ "temperature": 0.7, diff --git a/docs/src/components/HomepagePrimaryFeatures/index.js b/docs/src/components/HomepagePrimaryFeatures/index.js index 466535107..b06decfb7 100644 --- a/docs/src/components/HomepagePrimaryFeatures/index.js +++ b/docs/src/components/HomepagePrimaryFeatures/index.js @@ -12,7 +12,7 @@ export default function HomepagePrimaryFeatures() {

Set up Jan with our guide to install across multiple platform.

- Get Started + Get Started
{"Card @@ -24,7 +24,7 @@ export default function HomepagePrimaryFeatures() {

Explore the available pre-configured AI models.

- Support + Support
{"Card diff --git a/docs/src/components/HomepageSecondaryFeatures/index.js b/docs/src/components/HomepageSecondaryFeatures/index.js index 95650bf82..9a51624c7 100644 --- a/docs/src/components/HomepageSecondaryFeatures/index.js +++ b/docs/src/components/HomepageSecondaryFeatures/index.js @@ -17,7 +17,7 @@ export default function HomepageSecondaryFeatures() {
- Learn Here + Learn Here {/* */} diff --git a/docs/src/components/HomepageTerinaryFeatures/index.js b/docs/src/components/HomepageTerinaryFeatures/index.js index 44708312e..f7b15a48e 100644 --- a/docs/src/components/HomepageTerinaryFeatures/index.js +++ b/docs/src/components/HomepageTerinaryFeatures/index.js @@ -14,9 +14,21 @@ export default function HomepageTerinaryFeatures() {

Dive into the basics and get set up quickly.

@@ -28,9 +40,21 @@ export default function HomepageTerinaryFeatures() {

Learn the best practices for optimizing thread management and local server use.

@@ -42,9 +66,21 @@ export default function HomepageTerinaryFeatures() {

Explore our key features designed to enhance your experience.

@@ -56,9 +92,21 @@ export default function HomepageTerinaryFeatures() {

Find solutions to common issues, including error codes, frequent errors, and FAQs.