diff --git a/.i18nrc.js b/.i18nrc.js index 884f7b0db2977..6397386178ebc 100644 --- a/.i18nrc.js +++ b/.i18nrc.js @@ -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, diff --git a/docs/self-hosting/sealos.mdx b/docs/self-hosting/sealos.mdx new file mode 100644 index 0000000000000..608547bd1211e --- /dev/null +++ b/docs/self-hosting/sealos.mdx @@ -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 + + + +### 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. + + +``` + +[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 diff --git a/docs/self-hosting/sealos.zh-CN.mdx b/docs/self-hosting/sealos.zh-CN.mdx new file mode 100644 index 0000000000000..1348adced8f8e --- /dev/null +++ b/docs/self-hosting/sealos.zh-CN.mdx @@ -0,0 +1,28 @@ +import { Steps } from 'nextra/components'; + +# 使用 SealOS 部署 + +如果想在 SealOS 上部署 LobeChat,可以按照以下步骤进行操作: + +## SealOS 部署流程 + + + +### 准备好你的 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 提供的域名还未被污染,大多数地区都可以直连。 + + diff --git a/docs/self-hosting/zeabur.mdx b/docs/self-hosting/zeabur.mdx new file mode 100644 index 0000000000000..8b918417b47b1 --- /dev/null +++ b/docs/self-hosting/zeabur.mdx @@ -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 + + + +### 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. + + +``` + +[deploy-button-image]: https://zeabur.com/button.svg +[deploy-link]: https://zeabur.com/templates/VZGGTI diff --git a/docs/self-hosting/zeabur.zh-CN.mdx b/docs/self-hosting/zeabur.zh-CN.mdx new file mode 100644 index 0000000000000..59721ebbb7240 --- /dev/null +++ b/docs/self-hosting/zeabur.zh-CN.mdx @@ -0,0 +1,28 @@ +import { Steps } from 'nextra/components'; + +# 使用 Zeabur 部署 + +如果想在 Zeabur 上部署 LobeChat,可以按照以下步骤进行操作: + +## Zeabur 部署流程 + + + +### 准备好你的 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 提供的域名还未被污染,大多数地区都可以直连。 + +