mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-22 23:11:05 +08:00
* feat:提交前端代码 * feat:提交logo样式切换 * feat:替换avatar、部分位置icon、chatchat相关说明、git链接、Wiki链接、关于、设置、反馈与建议等功能,关闭lobehub自检更新功能 * fix:移除多余代码 --------- Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
29 lines
810 B
Plaintext
29 lines
810 B
Plaintext
import { Steps } from 'nextra/components';
|
|
|
|
# Deploy LobeChat with RepoCloud
|
|
|
|
If you want to deploy LobeChat on RepoCloud, you can follow the steps below:
|
|
|
|
## RepoCloud 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.
|
|
|
|
### One-click 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 RepoCloud, or choose to bind a custom domain. Currently, the domains provided by RepoCloud have not been contaminated, and most regions can connect directly.
|
|
|
|
</Steps>
|
|
|
|
[deploy-button-image]: https://d16t0pc4846x52.cloudfront.net/deploy.svg
|
|
[deploy-link]: https://repocloud.io/details/?app_id=248
|