add autodl platform and fix english readme (#339)

This commit is contained in:
magic.chen 2023-07-19 10:21:31 +08:00 committed by GitHub
commit f5d817f9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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)

View File

@ -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`获取共享镜像,按照文档中的说明操作即可,若有问题,欢迎评论。
## 使用说明
### 多模型使用