Skip to content

Commit

Permalink
📝 docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 18, 2024
1 parent 3245e12 commit d57fdd2
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .i18nrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
30 changes: 30 additions & 0 deletions docs/self-hosting/sealos.mdx
Original file line number Diff line number Diff line change
@@ -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 changes: 28 additions & 0 deletions docs/self-hosting/sealos.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -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 changes: 30 additions & 0 deletions docs/self-hosting/zeabur.mdx
Original file line number Diff line number Diff line change
@@ -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 changes: 28 additions & 0 deletions docs/self-hosting/zeabur.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit d57fdd2

Please sign in to comment.