Refactor Platform

This commit is contained in:
Daniel 2023-09-21 00:56:19 +08:00
parent d47d43afbf
commit 6b884582a9
6 changed files with 52 additions and 14 deletions

View File

@ -0,0 +1,11 @@
---
title: Powerful AI Models
---
- Run AI on your own hardware
- Llama2, StableDiffusion
- Rapidly growing ecosystem of open source, locally run AI
- Connect to cloud-based AI
- ChatGPT
- Claude
- Bard

View File

@ -0,0 +1,12 @@
---
title: Privacy and Data Security
---
- Privacy
- Data Security
- Optional Policy Engine for 3rd-party AIs
- Offline-ready
- Airgapped locations
- Prevent a data leak
- Shadow IT
- Personal Information being sent to ChatGPT, corporate IP

View File

@ -1,7 +0,0 @@
---
title: Self-Hosted AI
---
- Privacy
- Offline-ready
- Fixed cost

View File

@ -0,0 +1,13 @@
---
title: Unlimited Use
---
- Cost doesn't scale with usage
- Difficult to estimate cost of a project
- ChatGPT costs $2 per GPT-4 call with 32k context (what document would this be equivalent to?)
- Reading in documents is expensive
- Getting ChatGPT to ingest a codebase
- On the other hand
- No surprises at the end of the month
- Use as much as you want
- Predictable costs

View File

@ -150,19 +150,27 @@ const config = {
style: "dark",
links: [
{
title: "Documentation",
title: "Site",
items: [
{
label: "Getting Started",
label: "Home",
to: "/",
},
{
label: "Guides",
to: "/guides",
label: "Platform",
to: "/platform",
},
{
label: "Developer",
to: "/developer",
label: "Use Cases",
to: "/solutions",
},
{
label: "Docs",
to: "/docs",
},
{
label: "Hardware",
to: "/hardware",
},
{
label: "API",

View File

@ -33,7 +33,8 @@ const sidebars = {
collapsed: false,
link: { type: "doc", id: "features/features" },
items: [
"features/self-hosted",
"features/ai-models",
"features/control",
"features/acceleration",
"features/extensions",
],