Update guides
BIN
docs/docs/guides/img/chat.PNG
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
docs/docs/guides/img/downloading.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
docs/docs/guides/img/explore-model.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
BIN
docs/docs/guides/img/model-catelog.PNG
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
docs/docs/guides/img/model-version.png
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
docs/docs/guides/img/set-up.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
docs/docs/guides/img/start-model.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/docs/guides/img/window-defender.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
@ -1,3 +1,47 @@
|
||||
---
|
||||
title: Installing Jan on Linux
|
||||
---
|
||||
---
|
||||
|
||||
# Linux users
|
||||
## Step 1: Download the Installer
|
||||
To begin using 👋Jan.ai on your Windows computer, follow these steps:
|
||||
|
||||
1. Visit [Jan.ai](https://jan.ai/).
|
||||
2. Click on the "Download for Windows" button to download the Jan Installer.
|
||||
|
||||

|
||||
|
||||
## Step 2: Download your first model
|
||||
Now, let's get your first model:
|
||||
|
||||
1. After installation, you'll find the 👋Jan application icon on your desktop. Double-click to open it.
|
||||
|
||||
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
||||
|
||||

|
||||
|
||||
3. You can also see different quantized versions by clicking on "Show available Versions".
|
||||
|
||||

|
||||
|
||||
- Note: Choose a model that matches your computer's memory and RAM.
|
||||
|
||||
4. Select your preferred model and click "Download."
|
||||
|
||||

|
||||
|
||||
## Step 3: Start the model
|
||||
Once your model is downloaded. Go to "My Models," and then click "Start Model".
|
||||
|
||||

|
||||
|
||||
## Step 4: Start the conversations
|
||||
Now you're ready to start using 👋Jan.ai for conversations:
|
||||
|
||||
Click "Chat" and begin your first conversation by selecting "New conversation".
|
||||
|
||||
You can also check the CPU and Memory usage of the computer.
|
||||
|
||||

|
||||
|
||||
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
||||
@ -1,3 +1,47 @@
|
||||
---
|
||||
title: Installing Jan on Mac
|
||||
---
|
||||
---
|
||||
|
||||
# Mac users
|
||||
## Step 1: Download the Installer
|
||||
To begin using 👋Jan.ai on your Windows computer, follow these steps:
|
||||
|
||||
1. Visit [Jan.ai](https://jan.ai/).
|
||||
2. Click on the "Download for Windows" button to download the Jan Installer.
|
||||
|
||||

|
||||
|
||||
## Step 2: Download your first model
|
||||
Now, let's get your first model:
|
||||
|
||||
1. After installation, you'll find the 👋Jan application icon on your desktop. Double-click to open it.
|
||||
|
||||
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
||||
|
||||

|
||||
|
||||
3. You can also see different quantized versions by clicking on "Show available Versions".
|
||||
|
||||

|
||||
|
||||
- Note: Choose a model that matches your computer's memory and RAM.
|
||||
|
||||
4. Select your preferred model and click "Download."
|
||||
|
||||

|
||||
|
||||
## Step 3: Start the model
|
||||
Once your model is downloaded. Go to "My Models," and then click "Start Model".
|
||||
|
||||

|
||||
|
||||
## Step 4: Start the conversations
|
||||
Now you're ready to start using 👋Jan.ai for conversations:
|
||||
|
||||
Click "Chat" and begin your first conversation by selecting "New conversation".
|
||||
|
||||
You can also check the CPU and Memory usage of the computer.
|
||||
|
||||

|
||||
|
||||
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
||||
@ -1,3 +1,33 @@
|
||||
---
|
||||
title: Troubleshooting
|
||||
---
|
||||
|
||||
# Jan.ai Troubleshooting Guide
|
||||
Please note that 👋Jan is in "development mode," and you might encounter issues. If you need to reset your installation, follow these steps:
|
||||
|
||||
## Issue 1: Broken Build
|
||||
1. Delete the Jan Application from your computer.
|
||||
|
||||
2. Clear the cache by running one of the following commands:
|
||||
|
||||
```sh
|
||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```sh
|
||||
rm -rf /Users/$(whoami)/Library/Application\ Support/jan
|
||||
```
|
||||
|
||||
3. If the above steps fail, use the following commands to find and kill any problematic processes:
|
||||
|
||||
```sh
|
||||
ps aux | grep nitro
|
||||
```
|
||||
|
||||
Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with:
|
||||
|
||||
```sh
|
||||
kill -9 <PID>
|
||||
```
|
||||
@ -4,57 +4,56 @@ title: Installing Jan on Windows
|
||||
|
||||
# Windows users
|
||||
## Step 1: Download the Installer
|
||||
Download the Jan Installer from [Jan.ai](https://jan.ai/)
|
||||
To begin using 👋Jan.ai on your Windows computer, follow these steps:
|
||||
|
||||
Here, you should choose the `Download for Windows`
|
||||

|
||||
1. Visit [Jan.ai](https://jan.ai/).
|
||||
2. Click on the "Download for Windows" button to download the Jan Installer.
|
||||
|
||||

|
||||
|
||||
## Step 2: Proceed the Windows Defender
|
||||
|
||||
You would come by the warning of Windows
|
||||
When you run the Jan Installer, Windows Defender may display a warning. Here's what to do:
|
||||
|
||||
<!--  -->
|
||||
1. Click "Run away" to accept and install 👋Jan.ai.
|
||||
|
||||
Choose `Run away` to accept `Jan.ai`.
|
||||

|
||||
|
||||
Wait till the `Jan` finish installation
|
||||
<!--  -->
|
||||
2. Wait for the 👋Jan.ai installation to complete.
|
||||
|
||||

|
||||
|
||||
## Step 3: Download your first model
|
||||
Click on `Jan` on your desktop to open.
|
||||
Now, let's get your first model:
|
||||
|
||||
Welcome to `Jan` home page.
|
||||
Choose `Explore Models`
|
||||
<!--  -->
|
||||
1. After installation, you'll find the 👋Jan application icon on your desktop. Double-click to open it.
|
||||
|
||||
You will be bring to the Model catalog.
|
||||
2. Welcome to the Jan homepage. Click on "Explore Models" to see the Model catalog.
|
||||
|
||||
You can always choose other models and other model versions by click on `Show available Versions`
|
||||

|
||||
|
||||
3. You can also see different quantized versions by clicking on "Show available Versions".
|
||||
|
||||
<!--  -->
|
||||

|
||||
|
||||
- Note: Please choose the model suit your memory and RAM.
|
||||
- Note: Choose a model that matches your computer's memory and RAM.
|
||||
|
||||
Choose the model with your favor and hit `Download`.
|
||||
4. Select your preferred model and click "Download."
|
||||
|
||||
<!--  -->
|
||||

|
||||
|
||||
## Step 4: Start the model
|
||||
Once your model is downloaded. Go to "My Models," and then click "Start Model".
|
||||
|
||||

|
||||
|
||||
## Step 5: Start the conversations
|
||||
Now you're ready to start using 👋Jan.ai for conversations:
|
||||
|
||||
That's it. Have fun with LLMs.
|
||||
Click "Chat" and begin your first conversation by selecting "New conversation".
|
||||
|
||||
> #### Note:
|
||||
> As Jan is `development mode`, you might get stuck on a broken build.
|
||||
>
|
||||
> ##### To reset your installation:
|
||||
> 1. Delete Jan Application from /Applications
|
||||
>
|
||||
> 2. Clear cache: `rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron`
|
||||
> OR `rm -rf /Users/$(whoami)/Library/Application\ Support/jan`
|
||||
>
|
||||
> 3. If the above fail please use:
|
||||
> `ps aux | grep nitro // There is nitro and nitro_arm_64 or something kill -9 <PID> // kill it 1-by-1 and see if Jan still works`
|
||||
You can also check the CPU and Memory usage of the computer.
|
||||
|
||||

|
||||
|
||||
That's it! Enjoy using Large Language Models (LLMs) with 👋Jan.ai.
|
||||