From b62669784b2c921bbaa2001179cda629d72b7f62 Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Thu, 18 Jul 2024 14:42:39 +0200 Subject: [PATCH] docs: update welcome page (#2004) --- fern/docs/pages/overview/welcome.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fern/docs/pages/overview/welcome.mdx b/fern/docs/pages/overview/welcome.mdx index 141cf47e7..cb69021ff 100644 --- a/fern/docs/pages/overview/welcome.mdx +++ b/fern/docs/pages/overview/welcome.mdx @@ -1,5 +1,13 @@ PrivateGPT provides an **API** containing all the building blocks required to build **private, context-aware AI applications**. + + +If you are looking for an **enterprise-ready, fully private AI workspace** +check out [Zylon's website](https://zylon.ai) or [request a demo](https://cal.com/zylon/demo). +Crafted by the team behind PrivateGPT, Zylon is a best-in-class AI collaborative +workspace that can be easily deployed on-premise (data center, bare metal...) or in your private cloud (AWS, GCP, Azure...). + + The API follows and extends OpenAI API standard, and supports both normal and streaming responses. That means that, if you can use OpenAI API in one of your tools, you can use your own PrivateGPT API instead, with no code changes, **and for free** if you are running PrivateGPT in a `local` setup.