Update README.md

This commit is contained in:
binary-husky 2023-04-21 15:19:19 +08:00 committed by GitHub
parent 3f82208062
commit b7d4adeccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ python -m pip install -r requirements.txt
# II-3python -m pip install -r requirements.txt
```
如果需要支持清华ChatGLM后端需要额外安装更多依赖不熟悉python、电脑配置不佳者建议不要尝试
如果需要支持清华ChatGLM后端需要额外安装更多依赖前提条件熟悉python + 电脑配置够强
```sh
python -m pip install -r request_llm/requirements_chatglm.txt
```