diff --git a/README.md b/README.md index c38a2a8d5..297d0e5ed 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,12 @@ The core capabilities mainly consist of the following parts: ## Install [Quickstart](https://db-gpt.readthedocs.io/en/latest/getting_started/getting_started.html) +### Language Switching + In the .env configuration file, modify the LANGUAGE parameter to switch to different languages. The default is English (Chinese: zh, English: en, other languages to be added later). +### Platform Deployment +- autodl + [autodl image](https://www.codewithgpu.com/i/csunny/DB-GPT/csunny-db-gpt). You can refer to the image instructions to build from scratch, or use `docker pull` to obtain the shared image, follow the instructions in the document to operate. If you have any questions, please leave a comment. + ## Usage Instructions - [Multi LLMs Usage](https://db-gpt.readthedocs.io/en/latest/modules/llms.html) diff --git a/README.zh.md b/README.zh.md index 51c7b6070..24081adcb 100644 --- a/README.zh.md +++ b/README.zh.md @@ -116,6 +116,10 @@ DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运 ### 多语言切换 在.env 配置文件当中,修改LANGUAGE参数来切换使用不同的语言,默认是英文(中文zh, 英文en, 其他语言待补充) +### 平台部署 +- autodl + [autodl镜像](https://www.codewithgpu.com/i/csunny/DB-GPT/csunny-db-gpt),从头搭建可参考镜像说明,或通过`docker pull`获取共享镜像,按照文档中的说明操作即可,若有问题,欢迎评论。 + ## 使用说明 ### 多模型使用