docs: Update sidebar and content for http proxy and import model (#2328)

docs: Update sidebar and content for http proxy and import model
This commit is contained in:
Henry 2024-03-17 07:14:47 +09:00 committed by GitHub
commit 2596001528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 44 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -23,7 +23,8 @@ HTTPS Proxy encrypts data between your browser and the internet, making it hard
:::note
When configuring Jan using an HTTPS proxy, the speed of the downloading model may be affected due to the encryption and decryption process. It also depends on the networking of the cloud service provider.
- When configuring Jan using an HTTPS proxy, the speed of the downloading model may be affected due to the encryption and decryption process. It also depends on the networking of the cloud service provider.
- HTTPS Proxy does not affect the remote model usage.
:::

View File

@ -24,7 +24,10 @@ import installImageURL from './assets/jan-ai-download.png';
<TabItem value="mac" label = "Mac" default>
### Pre-requisites
Ensure that your MacOS version is 13 or higher to run Jan.
Before installing Jan, ensure :
- You have a Mac with an Apple Silicon Processor.
- Homebrew and its dependencies are installed. (for Installing Jan with Homebrew Package)
- Your macOS version is 10.15 or higher.
### Stable Releases
@ -42,9 +45,16 @@ import installImageURL from './assets/jan-ai-download.png';
To enable the experimental mode, go to **Settings** > **Advanced Settings** and toggle the **Experimental Mode**
### Install with Homebrew
Install Jan with the following Homebrew command:
```brew
brew install --cask jan
```
:::warning
If you are stuck in a broken build, go to the [Broken Build](/guides/common-error/broken-build) section of Common Errors.
Homebrew package installation is currently limited to **Apple Silicon Macs**, with upcoming support for Windows and Linux.
:::

View File

@ -1,6 +1,5 @@
---
title: Manual Import
slug: /guides/using-models/import-manually/
sidebar_position: 3
description: A step-by-step guide on how to perform manual import feature.
keywords:
@ -25,6 +24,23 @@ import janModel from './assets/jan-model-hub.png';
This guide will show you how to perform manual import. In this guide, we are using a GGUF model from [HuggingFace](https://huggingface.co/) and our latest model, [Trinity](https://huggingface.co/janhq/trinity-v1-GGUF), as an example.
## Newer versions - nightly versions and v0.4.8+
Starting with version 0.4.8, Jan has introduced the capability to import models using a UI drag-and-drop method. This allows you to import models directly into the Jan application UI by dragging the `.GGUF` file from your directory into the Jan application.
### 1. Get the Model
Download the model from HuggingFace in the `.GGUF` format.
### 2. Import the Model
1. Open your Jan application.
2. Click the **Import Model** button.
3. Open your downloaded model.
4. Drag the `.GGUF` file from your directory into the Jan **Import Model** window.
### 3. Done!
If your model doesn't show up in the **Model Selector** in conversations, **restart the app** or contact us via our [Discord community](https://discord.gg/Dt7MxDyNNZ).
## Newer versions - nightly versions and v0.4.7+
Starting from version 0.4.7, Jan has introduced the capability to import models using an absolute file path. It allows you to import models from any directory on your computer.

View File

@ -192,6 +192,18 @@ const sidebars = {
collapsible: false,
className: "head_Menu",
items: [
{
type: "category",
label: "Advanced Settings",
className: "head_SubMenu",
link: {
type: 'doc',
id: "guides/advanced-settings/advanced-settings",
},
items: [
"guides/advanced-settings/http-proxy",
]
},
{
type: "category",
label: "Advanced Model Setup",