From 8151cfcfee623513731d9d9fa59e5efe0e76487f Mon Sep 17 00:00:00 2001 From: 0xSage Date: Tue, 2 Jan 2024 22:22:40 +0800 Subject: [PATCH] docs: update broken links --- docs/docs/guides/00-overview.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/docs/docs/guides/00-overview.md b/docs/docs/guides/00-overview.md index e6cf5d99a..8c8ca8d7a 100644 --- a/docs/docs/guides/00-overview.md +++ b/docs/docs/guides/00-overview.md @@ -15,36 +15,32 @@ keywords: ] --- -Jan is a ChatGPT-alternative that runs on your own computer, with a [local API server](/api-reference/). +Jan is a ChatGPT alternative that runs on your own computer, with a [local API server](/guides/using-server). -Jan uses [open-source AI models](/docs/models), stores data in [open file formats](/specs/data-structures), is highly customizable via [extensions](/docs/extensions). +We believe in the need for an open source AI ecosystem. We're focused on building infra, tooling and [custom models](https://huggingface.co/janhq) to allow open source AIs to compete on a level playing field with proprietary offerings. -Jan believes in the need for an open source AI ecosystem. We aim to build infra and tooling to allow open source AIs to compete on a level playing field with proprietary offerings. +## Features + +- Compatible with [open-source models](/guides/using-models) (GGUF, TensorRT, and remote APIs) +- Compatible with most OSes: [Windows](/install/windows/), [Mac](/install/mac), [Linux](/install/linux), with/without GPU acceleration +- Stores data in [open file formats](/developer/file-based) +- Customizable via [extensions](/developer/build-extension) +- And more in the [roadmap](https://github.com/orgs/janhq/projects/5/views/16). Join us on [Discord](https://discord.gg/5rQ2zTv3be) and tell us what you want to see! ## Why Jan? #### 💻 Own your AI -Jan runs 100% on your own machine, [predictably](https://www.reddit.com/r/LocalLLaMA/comments/17mghqr/comment/k7ksti6/?utm_source=share&utm_medium=web2x&context=3), privately and even offline. No one else can see your conversations, not even us. +Jan runs 100% on your own machine, predictably, privately and offline. No one else can see your conversations, not even us. #### 🏗️ Extensions -Jan ships with a powerful [extension framework](/docs/extensions), which allows developers to extend and customize Jan's functionality. In fact, most core modules of Jan are [built as extensions](/specs/architecture) and use the same extensions API. +Jan ships with a local-first, AI-native, and cross platform [extensions framework](/developer/build-extension). Developers can extend and customize everything from functionality to UI to branding. In fact, Jan's current main features are actually built as extensions on top of this framework. #### 🗂️ Open File Formats -Jan stores data in a [local folder of non-proprietary files](/specs/data-structures). You're never locked-in and can do what you want with your data with extensions, or even a different app. +Jan stores data in your [local filesystem](/developer/file-based). Your data never leaves your computer. You are free to delete, export, migrate your data, even to a different platform. #### 🌍 Open Source Both Jan and [Nitro](https://nitro.jan.ai), our lightweight inference engine, are licensed via the open source [AGPLv3 license](https://github.com/janhq/jan/blob/main/LICENSE). - - - -