add autodl platform and fix english readme

This commit is contained in:
yjmm10
2023-07-14 17:14:06 +08:00
parent e4681c9a9d
commit 75b168b84b
2 changed files with 10 additions and 0 deletions

View File

@@ -120,6 +120,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)