forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs * 📝 docs: update docs
- Loading branch information
Showing
26 changed files
with
198 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { Cards } from 'nextra/components'; | ||
|
||
# Environment Variables | ||
|
||
LobeChat provides some additional configuration options when deployed, which can be customized using environment variables. | ||
|
||
<Cards> | ||
<Cards.Card href={'environment-variables/basic'} title={'Basic Environment Variables'} /> | ||
|
||
<Cards.Card href={'environment-variables/model-provider'} title={'Model Service Providers'} /> | ||
</Cards> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Cards } from 'nextra/components'; | ||
|
||
# 环境变量 | ||
|
||
LobeChat 在部署时提供了一些额外的配置项,你可以使用环境变量进行自定义设置。 | ||
|
||
<Cards> | ||
<Cards.Card href={'environment-variables/basic'} title={'基础环境变量'} /> | ||
<Cards.Card href={'environment-variables/model-provider'} title={'模型服务商'} /> | ||
</Cards> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Build your own Lobe Chat | ||
|
||
Choose your favorite platform to get started. | ||
|
||
## Choose your deployment platform | ||
|
||
LobeChat support multiple deployment platforms, including Vercel, Docker, and Docker Compose and so on, you can choose the deployment platform that suits you. | ||
|
||
<PlatformCards | ||
docker={'Docker'} | ||
dockerCompose={'Docker Compose'} | ||
netlify={'Netlify'} | ||
repocloud={'RepoCloud'} | ||
sealos={'SealOS'} | ||
vercel={'Vercel'} | ||
zeabur={'Zeabur'} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 构建属于自己的 Lobe Chat | ||
|
||
选择自己喜爱的平台,构建属于自己的 Lobe Chat。 | ||
|
||
## 选择部署平台 | ||
|
||
LobeChat 支持多种部署平台,包括 Vercel、Docker 和 Docker Compose 等,你可以选择适合自己的部署平台进行部署。 | ||
|
||
<PlatformCards | ||
docker={'Docker 部署'} | ||
dockerCompose={'Docker Compose 部署'} | ||
netlify={'Netlify 部署'} | ||
repocloud={'Repocloud 部署'} | ||
sealos={'SealOS 部署'} | ||
vercel={'Vercel 部署'} | ||
zeabur={'Zeabur 部署'} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Mobile Device Adaptation | ||
--- | ||
|
||
# Mobile Device Adaptation | ||
|
||
<Image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Plugin System | ||
--- | ||
|
||
import { Callout, Steps } from 'nextra/components'; | ||
|
||
# Plugin System | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Text to Image | ||
--- | ||
|
||
# Text to Image Generation | ||
|
||
<Image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Custom Themes | ||
--- | ||
|
||
import { Callout } from 'nextra/components'; | ||
|
||
# Custom Themes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Get Start | ||
image: https://github.com/lobehub/lobe-chat/assets/28616219/9be1a584-8b66-4bc4-ac96-14c4f94dc499 | ||
--- | ||
|
||
# ✨ Feature Overview | ||
|
||
<Image | ||
alt={ | ||
'Vision Model / TTS & STT / Local LLMs / Multi AI Providers / Agent Market / Plugin System / Personal' | ||
} | ||
height={426} | ||
margin={12} | ||
src={'https://github.com/lobehub/lobe-chat/assets/28616219/8b04c3c9-3d71-4fb4-bd9b-a4f415c5876d'} | ||
width={832} | ||
/> | ||
|
||
<FeatureCards | ||
agentMarket={'Assistant Market'} | ||
localLLM={'Local LLM'} | ||
pluginSystem={'Plugin System'} | ||
providers="Multi AI Providers" | ||
textToImage={'Text-to-Image'} | ||
tts={'TTS & STT'} | ||
vision={'Visual Recognition'} | ||
/> | ||
|
||
## Experience Features | ||
|
||
<ExperienceCards | ||
mobile={'Mobile Device Adaptation'} | ||
theme={'Custom Themes'} | ||
pwa={'Progressive Web App'} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: 开始使用 | ||
image: https://github.com/lobehub/lobe-chat/assets/28616219/9be1a584-8b66-4bc4-ac96-14c4f94dc499 | ||
--- | ||
|
||
# ✨ LobeChat 功能特性一览 | ||
|
||
<Image | ||
alt={'视觉感知 / 语音会话 / 多 AI 服务商 / 本地LLM / 助手市场 / 插件系统 / 私人定制'} | ||
height={426} | ||
margin={12} | ||
src={'https://github.com/lobehub/lobe-chat/assets/28616219/8b04c3c9-3d71-4fb4-bd9b-a4f415c5876d'} | ||
width={832} | ||
/> | ||
|
||
<FeatureCards | ||
agentMarket={'助手市场'} | ||
localLLM={'本地大语言模型'} | ||
pluginSystem={'插件系统'} | ||
providers="多模型服务商" | ||
textToImage={'文生图'} | ||
tts={'TTS & STT'} | ||
vision={'视觉识别'} | ||
/> | ||
|
||
## 体验特性 | ||
|
||
<ExperienceCards mobile={'移动设备适配'} theme={'自定义主题'} pwa={'渐进式 Web 应用(PWA)'} /> |