From e63997102055ce5bbfa81841105641bbf523add1 Mon Sep 17 00:00:00 2001 From: Han Date: Sun, 5 Nov 2023 16:25:47 +0700 Subject: [PATCH 1/4] Update Jan website content --- docs/src/pages/index.js | 72 +++++++++++++++++++++++++++-------------- 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index f6616599e..0fb2b7a4e 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -12,41 +12,65 @@ import { CpuChipIcon, ClipboardDocumentIcon, CubeTransparentIcon, + ComputerDesktopIcon, + FolderPlusIcon, + } from "@heroicons/react/24/outline"; import ThemedImage from "@theme/ThemedImage"; const features = [ + // { + // name: "1 Click Installs.", + // desc: "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily upload your own models.", + // icon: CursorArrowRaysIcon, + // }, + // { + // name: "Model Management.", + // desc: "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware performance.", + // icon: CubeTransparentIcon, + // }, + // { + // name: "Cloud AI Compatible.", + // desc: "Connect to ChatGPT, Claude via an API key. Alternatively, host your own AI server on any GPU cloud and use it from the app.", + // icon: CloudArrowUpIcon, + // }, + // { + // name: "Data Security and Privacy.", + // desc: "Jan runs locally on your machine. Your data never leaves your computer. You can even run Jan offline.", + // icon: ShieldCheckIcon, + // }, + // { + // name: "Cross Device Compatible.", + // desc: "Jan runs Nitro, a C++ inference engine, that is compatible with all major operating systems (CPU and GPU).", + // icon: CpuChipIcon, + // }, + // { + // name: "Audit & compliance.", + // desc: "Coming soon.", + // icon: ClipboardDocumentIcon, + // }, { - name: "1 Click Installs.", - desc: "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily upload your own models.", - icon: CursorArrowRaysIcon, + name: "Personal AI that runs on your computer", + desc: "Jan runs directly on your local machine, offering privacy, convenience and customizability.", + icon: ComputerDesktopIcon, }, { - name: "Model Management.", - desc: "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware performance.", - icon: CubeTransparentIcon, - }, - { - name: "Cloud AI Compatible.", - desc: "Connect to ChatGPT, Claude via an API key. Alternatively, host your own AI server on any GPU cloud and use it from the app.", - icon: CloudArrowUpIcon, - }, - { - name: "Data Security and Privacy.", - desc: "Jan runs locally on your machine. Your data never leaves your computer. You can even run Jan offline.", + name: "Private and offline, your data never leaves your machine", + desc: "Your conversations and data are with an AI that runs on your computer, where only you have access.", icon: ShieldCheckIcon, }, { - name: "Cross Device Compatible.", - desc: "Jan runs Nitro, a C++ inference engine, that is compatible with all major operating systems (CPU and GPU).", - icon: CpuChipIcon, + name: "No subscription fees, the AI runs on your computer", + desc: "Say goodbye to monthly subscriptions or usage-based APIs. Jan runs 100% free on your own hardware.", + icon: CubeTransparentIcon, }, { - name: "Audit & compliance.", - desc: "Coming soon.", - icon: ClipboardDocumentIcon, + name: "Extendable via App and plugin framework", + desc: "Jan has a versatile app and plugin framework, allowing you to customize it to your needs.", + icon: FolderPlusIcon }, + ]; export default function Home() { @@ -84,7 +108,7 @@ export default function Home() {

- Run Your Own AI + Personal AI

{/* Run Large Language Models locally on  @@ -138,13 +162,13 @@ export default function Home() { -

+

AI that you control

Jan runs Large Language Models locally on Windows, Mac and Linux. Available on Desktop and Cloud-Native.

-
+
{features.map((feat, i) => { return (
From fa2356b7f9914aeeead2769fe790af8d9756dcff Mon Sep 17 00:00:00 2001 From: Han Date: Sun, 5 Nov 2023 16:30:33 +0700 Subject: [PATCH 2/4] Update Jan's website content --- docs/src/pages/index.js | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 0fb2b7a4e..52615af57 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -20,36 +20,6 @@ import { import ThemedImage from "@theme/ThemedImage"; const features = [ - // { - // name: "1 Click Installs.", - // desc: "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily upload your own models.", - // icon: CursorArrowRaysIcon, - // }, - // { - // name: "Model Management.", - // desc: "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware performance.", - // icon: CubeTransparentIcon, - // }, - // { - // name: "Cloud AI Compatible.", - // desc: "Connect to ChatGPT, Claude via an API key. Alternatively, host your own AI server on any GPU cloud and use it from the app.", - // icon: CloudArrowUpIcon, - // }, - // { - // name: "Data Security and Privacy.", - // desc: "Jan runs locally on your machine. Your data never leaves your computer. You can even run Jan offline.", - // icon: ShieldCheckIcon, - // }, - // { - // name: "Cross Device Compatible.", - // desc: "Jan runs Nitro, a C++ inference engine, that is compatible with all major operating systems (CPU and GPU).", - // icon: CpuChipIcon, - // }, - // { - // name: "Audit & compliance.", - // desc: "Coming soon.", - // icon: ClipboardDocumentIcon, - // }, { name: "Personal AI that runs on your computer", desc: "Jan runs directly on your local machine, offering privacy, convenience and customizability.", From 429b62b0e0e0fe2e3231e05136b51ea7956fb130 Mon Sep 17 00:00:00 2001 From: Han Date: Sun, 5 Nov 2023 16:42:59 +0700 Subject: [PATCH 3/4] Update padding from 52 to 48 --- docs/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 52615af57..9292acce2 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -132,7 +132,7 @@ export default function Home() {
-
+

AI that you control

Jan runs Large Language Models locally on Windows, Mac and Linux. From 4cf59a39a20cf05640ce18a28733ae1babe73f12 Mon Sep 17 00:00:00 2001 From: Han Date: Sun, 5 Nov 2023 16:46:56 +0700 Subject: [PATCH 4/4] plugin to Plugin --- docs/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 9292acce2..6c7de6970 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -36,7 +36,7 @@ const features = [ icon: CubeTransparentIcon, }, { - name: "Extendable via App and plugin framework", + name: "Extendable via App and Plugin framework", desc: "Jan has a versatile app and plugin framework, allowing you to customize it to your needs.", icon: FolderPlusIcon },