mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
📝 docs: update docs
This commit is contained in:
parent
3245e127fb
commit
d57fdd233f
5 changed files with 117 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ module.exports = defineConfig({
|
|||
'vi-VN',
|
||||
],
|
||||
temperature: 0,
|
||||
modelName: 'gpt-3.5-turbo-0125',
|
||||
modelName: 'gpt-3.5-turbo-1106',
|
||||
splitToken: 1024,
|
||||
experimental: {
|
||||
jsonMode: true,
|
||||
|
|
|
|||
30
docs/self-hosting/sealos.mdx
Normal file
30
docs/self-hosting/sealos.mdx
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
```markdown
|
||||
import { Steps } from 'nextra/components';
|
||||
|
||||
# Deploying LobeChat on SealOS
|
||||
|
||||
If you want to deploy LobeChat on SealOS, you can follow the steps below:
|
||||
|
||||
## SealOS Deployment Process
|
||||
|
||||
<Steps>
|
||||
|
||||
### Prepare your OpenAI API Key
|
||||
|
||||
Go to [OpenAI](https://platform.openai.com/account/api-keys) to get your OpenAI API Key.
|
||||
|
||||
### Click the button below to deploy
|
||||
|
||||
[![][deploy-button-image]][deploy-link]
|
||||
|
||||
### After deployment, you can start using it
|
||||
|
||||
### Bind a custom domain (optional)
|
||||
|
||||
You can use the subdomain provided by SealOS, or choose to bind a custom domain. Currently, the domains provided by SealOS have not been contaminated, and can be directly accessed in most regions.
|
||||
|
||||
</Steps>
|
||||
```
|
||||
|
||||
[deploy-button-image]: https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg
|
||||
[deploy-link]: https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dlobe-chat
|
||||
28
docs/self-hosting/sealos.zh-CN.mdx
Normal file
28
docs/self-hosting/sealos.zh-CN.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
import { Steps } from 'nextra/components';
|
||||
|
||||
# 使用 SealOS 部署
|
||||
|
||||
如果想在 SealOS 上部署 LobeChat,可以按照以下步骤进行操作:
|
||||
|
||||
## SealOS 部署流程
|
||||
|
||||
<Steps>
|
||||
|
||||
### 准备好你的 OpenAI API Key
|
||||
|
||||
前往 [OpenAI](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key
|
||||
|
||||
### 点击下方按钮进行部署
|
||||
|
||||
[![][deploy-button-image]][deploy-link]
|
||||
|
||||
[deploy-button-image]: https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg
|
||||
[deploy-link]: https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dlobe-chat
|
||||
|
||||
### 部署完毕后,即可开始使用
|
||||
|
||||
### 绑定自定义域名(可选)
|
||||
|
||||
你可以使用 SealOS 提供的子域名,也可以选择绑定自定义域名。目前 SealOS 提供的域名还未被污染,大多数地区都可以直连。
|
||||
|
||||
</Steps>
|
||||
30
docs/self-hosting/zeabur.mdx
Normal file
30
docs/self-hosting/zeabur.mdx
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
```markdown
|
||||
import { Steps } from 'nextra/components';
|
||||
|
||||
# Deploying on Zeabur
|
||||
|
||||
If you want to deploy LobeChat on Zeabur, you can follow the steps below:
|
||||
|
||||
## Zeabur Deployment Process
|
||||
|
||||
<Steps>
|
||||
|
||||
### Prepare your OpenAI API Key
|
||||
|
||||
Go to [OpenAI API Key](https://platform.openai.com/account/api-keys) to get your OpenAI API Key.
|
||||
|
||||
### Click the button below to deploy
|
||||
|
||||
[![][deploy-button-image]][deploy-link]
|
||||
|
||||
### Once deployed, you can start using it
|
||||
|
||||
### Bind a custom domain (optional)
|
||||
|
||||
You can use the subdomain provided by Zeabur, or choose to bind a custom domain. Currently, the domains provided by Zeabur have not been contaminated, and most regions can connect directly.
|
||||
|
||||
</Steps>
|
||||
```
|
||||
|
||||
[deploy-button-image]: https://zeabur.com/button.svg
|
||||
[deploy-link]: https://zeabur.com/templates/VZGGTI
|
||||
28
docs/self-hosting/zeabur.zh-CN.mdx
Normal file
28
docs/self-hosting/zeabur.zh-CN.mdx
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
import { Steps } from 'nextra/components';
|
||||
|
||||
# 使用 Zeabur 部署
|
||||
|
||||
如果想在 Zeabur 上部署 LobeChat,可以按照以下步骤进行操作:
|
||||
|
||||
## Zeabur 部署流程
|
||||
|
||||
<Steps>
|
||||
|
||||
### 准备好你的 OpenAI API Key
|
||||
|
||||
前往 [OpenAI API Key](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key
|
||||
|
||||
### 点击下方按钮进行部署
|
||||
|
||||
[![][deploy-button-image]][deploy-link]
|
||||
|
||||
[deploy-button-image]: https://zeabur.com/button.svg
|
||||
[deploy-link]: https://zeabur.com/templates/VZGGTI
|
||||
|
||||
### 部署完毕后,即可开始使用
|
||||
|
||||
### 绑定自定义域名(可选)
|
||||
|
||||
你可以使用 Zeabur 提供的子域名,也可以选择绑定自定义域名。目前 Zeabur 提供的域名还未被污染,大多数地区都可以直连。
|
||||
|
||||
</Steps>
|
||||
Loading…
Reference in a new issue