docs: Redirected broken links to the correct links and changed the metadata from Jan AI to Jan

This commit is contained in:
Arista Indrajaya 2024-03-20 14:54:04 +07:00
parent d648fdd0f1
commit 55d628fbb4
2 changed files with 369 additions and 9 deletions

View File

@ -38,7 +38,7 @@ To get started quickly with Jan, follow the steps below:
#### Stable Releases
To download stable releases, go to [Jan.ai](https://jan.ai/) > select **Download for Mac**.
To download stable releases, go to [Jan](https://jan.ai/) > select **Download for Mac**.
The download should be available as a `.dmg`.
@ -78,7 +78,7 @@ Homebrew package installation is currently limited to **Apple Silicon Macs**, wi
#### Stable Releases
To download stable releases, go to [Jan.ai](https://jan.ai/) > select **Download for Windows**.
To download stable releases, go to [Jan](https://jan.ai/) > select **Download for Windows**.
The download should be available as a `.exe` file.
@ -121,7 +121,7 @@ If you are stuck in a broken build, go to the [Broken Build](/guides/common-erro
#### Stable Releases
To download stable releases, go to [Jan.ai](https://jan.ai/) > select **Download for Linux**.
To download stable releases, go to [Jan](https://jan.ai/) > select **Download for Linux**.
The download should be available as a `.AppImage` file or a `.deb` file.
@ -228,7 +228,7 @@ After downloading and configuring your model, you can immediately use it in the
This section outlines best practices for developers, analysts, and AI enthusiasts to enhance their experience with Jan when adding AI locally to their computers. Implementing these practices will optimize the performance of AI models.
### Follow the Quickstart Guide
The quickstart guide above is designed to facilitate a quick setup process. It provides a clear instruction and simple steps to get you up and running with Jan.ai quickly. Even, if you are inexperienced in AI.
The quickstart guide above is designed to facilitate a quick setup process. It provides a clear instruction and simple steps to get you up and running with Jan quickly. Even, if you are inexperienced in AI.
### Select the Right Models
Jan offers a range of pre-configured AI models that are suited for different purposes. You should identify which on that aligns with your objectives. There are factors to be considered:
@ -242,10 +242,10 @@ Jan offers a range of pre-configured AI models that are suited for different pur
:::
### Setting up Jan
Ensure that you familiarize yourself with the Jan application. Jan offers advanced settings that you can adjust. These settings may influence how your AI behaves locally. Please see the [Advanced Settings](./guides/advanced) article for a complete list of Jan's configurations and instructions on how to configure them.
Ensure that you familiarize yourself with the Jan application. Jan offers advanced settings that you can adjust. These settings may influence how your AI behaves locally. Please see the [Advanced Settings](/guides/advanced) article for a complete list of Jan's configurations and instructions on how to configure them.
### Integrations
Jan can work with many different systems and tools. Whether you are incorporating Jan.ai with any open-source LLM provider or other tools, it is important to understand the integration capabilities and limitations.
Jan can work with many different systems and tools. Whether you are incorporating Jan with any open-source LLM provider or other tools, it is important to understand the integration capabilities and limitations.
### Mastering the Prompt Engineering
Prompt engineering is an important aspect when dealing with AI models to generate the desired outputs. Mastering this skill can significantly enhance the performance and the responses of the AI. Below are some tips that you can do for prompt engineering:

View File

@ -121,6 +121,366 @@ const config = {
from: '/integrations/tensorrt',
to: '/guides/providers/tensorrt-llm',
},
{
from: '/install/mac/',
to: '/guides/install/mac/',
},
{
from: '/guides/using-models/integrate-with-remote-server/',
to: '/guides/engines/remote-server/',
},
{
from: '/guides/chatting/manage-history/',
to: '/guides/threads/',
},
{
from: '/guides/using-server/',
to: '/guides/local-api/',
},
{
from: '/guides/using-models/customize-engine-settings/',
to: '/guides/engines/llamacpp/',
},
{
from: '/guides/integrations/openrouter/',
to: '/integrations/openrouter/',
},
{
from: '/docs/integrations/',
to: '/integrations/',
},
{
from: '/docs/product/chat/',
to: '/developer/framework/product/chat/',
},
{
from: '/install/windows/',
to: '/guides/install/windows/',
},
{
from: '/api/overview/',
to: '/api-reference/',
},
{
from: '/install/linux/',
to: '/guides/install/linux/',
},
{
from: '/install/from-source/',
to: '/guides/install/#install-server-side',
},
{
from: '/troubleshooting/gpu-not-used/',
to: '/troubleshooting/#troubleshooting-nvidia-gpu',
},
{
from: '/guides/using-server/server/',
to: '/guides/local-api/#step-2-start-and-use-the-built-in-api-server',
},
{
from: '/docs/integrations/openrouter/',
to: '/integrations/openrouter/',
},
{
from: '/docs/integrations/ollama/',
to: '/guides/engines/ollama/',
},
{
from: '/guides/using-models/install-from-hub/',
to: '/guides/models/',
},
{
from: '/guides/integrations/continue/',
to: '/integrations/continue/',
},
{
from: '/guides/integrations/continue/',
to: '/integrations/continue/',
},
{
from: '/docs/engineering/assistants/',
to: '/developer/framework/engineering/assistants/',
},
{
from: '/guides/install/hardware/',
to: '/guides/hardware/',
},
{
from: '/docs/engineering/files/',
to: '/developer/framework/engineering/files/',
},
{
from: '/features/acceleration/',
to: '/guides/advanced/#enable-the-gpu-acceleration',
},
{
from: '/docs/extension-guides/',
to: '/extensions/',
},
{
from: '/specs/settings/',
to: '/developer/framework/product/settings/',
},
{
from: '/guides/using-models/import-models-using-absolute-filepath/',
to: '/guides/models/',
},
{
from: '/install/docker/',
to: '/guides/install/server/',
},
{
from: '/guides/using-models/import-manually/',
to: '/guides/models/',
},
{
from: '/v1/models',
to: '/guides/models/',
},
{
from: '/docs/team/contributor-program/',
to: '/team/contributor-program/',
},
{
from: '/guides/installation/hardware/',
to: '/guides/hardware/',
},
{
from: '/docs/modules/models',
to: '/guides/models/',
},
{
from: '/getting-started/install/linux',
to: '/guides/install/linux/',
},
{
from: '/guides/chatting/start-thread/',
to: '/guides/threads/',
},
{
from: '/api/files/',
to: '/developer/framework/engineering/files/#file-api',
},
{
from: '/specs/threads/',
to: '/developer/framework/engineering/threads/',
},
{
from: '/guides/using-models/customize-models/',
to: '/guides/models/',
},
{
from: '/docs/modules/models/',
to: '/guides/models/',
},
{
from: '/developer/build-extension/package-your-assistant/',
to: '/developer/build-extension/package-your-extension/',
},
{
from: '/getting-started/install/linux/',
to: '/guides/install/linux/',
},
{
from: '/features/extensions',
to: '/extensions/',
},
{
from: '/features/extensions',
to: '/extensions/',
},
{
from: '/specs/chats/',
to: '/developer/framework/engineering/chats/',
},
{
from: '/specs/engine/',
to: '/developer/framework/engineering/engine/',
},
{
from: '/docs/extension-capabilities/',
to: '/extensions/',
},
{
from: '/docs/extension-capabilities/',
to: '/extensions/',
},
{
from: '/docs/get-started/use-local-server/',
to: '/guides/local-api/',
},
{
from: '/guides/how-jan-works/',
to: '/guides/',
},
{
from: '/guides/windows/',
to: '/guides/install/windows/',
},
{
from: '/specs/',
to: '/developer/framework/',
},
{
from: '/docs/get-started/build-extension/',
to: '/developer/build-extension/',
},
{
from: '/specs/files/',
to: '/developer/framework/engineering/files/',
},
{
from: '/guides/using-models/package-models/',
to: '/guides/models/',
},
{
from: '/install/overview/',
to: '/guides/install/',
},
{
from: '/docs/get-started/extension-anatomy/',
to: '/developer/build-extension/extension-anatomy/',
},
{
from: '/docs/get-started/',
to: '/guides/',
},
{
from: '/guides/mac/',
to: '/guides/install/mac/',
},
{
from: '/specs/fine-tuning/',
to: '/developer/framework/engineering/fine-tuning/',
},
{
from: '/guides/server/',
to: '/guides/local-api/',
},
{
from: '/specs/file-based/',
to: '/developer/file-based/',
},
{
from: '/developers/',
to: '/developer/',
},
{
from: '/api/',
to: '/api-reference/',
},
{
from: '/products/desktop',
to: '/desktop/',
},
{
from: '/api',
to: '/api-reference/',
},
{
from: '/developers/plugins/azure-openai',
to: '/guides/engines/openai/',
},
{
from: '/getting-started/install/mac',
to: '/guides/install/mac/',
},
{
from: '/guides/fine-tuning/what-models-can-be-fine-tuned',
to: '/developer/framework/engineering/fine-tuning/',
},
{
from: '/guides/linux/',
to: '/guides/install/linux/',
},
{
from: '/docs/specs/threads',
to: '/developer/framework/engineering/threads/',
},
{
from: '/docs/api-reference/models/list',
to: '/api-reference#tag/models/get/models',
},
{
from: '/docs/api-reference/threads',
to: '/api-reference/#tag/chat/post/chat/completions',
},
{
from: '/getting-started/troubleshooting',
to: '/troubleshooting/',
},
{
from: '/getting-started/install/windows',
to: '/guides/install/windows/',
},
{
from: '/docs/api-reference/messages',
to: '/api-reference#tag/messages/get/threads/{thread_id}/messages',
},
{
from: '/docs/modules/chats',
to: '/developer/framework/engineering/chats/',
},
{
from: '/docs/specs/chats',
to: '/developer/framework/engineering/chats/',
},
{
from: '/docs/api-reference/assistants',
to: '/api-reference/#tag/assistants/get/assistants',
},
{
from: '/docs/modules/files',
to: '/developer/framework/engineering/files/',
},
{
from: '/features/ai-models',
to: '/guides/models/',
},
{
from: '/docs/specs/models',
to: '/developer/framework/engineering/models/',
},
{
from: '/docs/models/overview',
to: '/developer/framework/engineering/models/',
},
{
from: '/docs/api-reference/models',
to: '/api-reference#tag/models/get/models',
},
{
from: '/docs/guides/fine-tuning',
to: '/developer/framework/engineering/fine-tuning/',
},
{
from: '/docs/specs/files',
to: '/developer/framework/engineering/files/',
},
{
from: '/docs/modules/threads',
to: '/developer/framework/engineering/threads/',
},
{
from: '/hardware/examples/3090x1-@dan-jan',
to: '/guides/hardware/',
},
{
from: '/guides/linux',
to: '/guides/install/linux/',
},
{
from: '/guides/mac',
to: '/guides/install/mac/',
},
{
from: '/chat',
to: '/guides/threads/',
},
{
from: '/docs/UI',
to: '/developer/ui'
}
],
},
],
@ -231,12 +591,12 @@ const config = {
{
name: 'keywords',
content:
'Jan AI, Jan, ChatGPT alternative, local AI, private AI, conversational AI, no-subscription fee, large language model ',
'Jan, ChatGPT alternative, local AI, private AI, conversational AI, no-subscription fee, large language model ',
},
{ name: 'robots', content: 'index, follow' },
{
property: 'og:title',
content: 'Jan AI | Rethink the Computer',
content: 'Jan | Rethink the Computer',
},
{
property: 'og:description',
@ -251,7 +611,7 @@ const config = {
{ property: 'twitter:site', content: '@janframework' },
{
property: 'twitter:title',
content: 'Jan AI | Rethink the Computer',
content: 'Jan | Rethink the Computer',
},
{
property: 'twitter:description',