From b7d4adeccc6aa891f1ee4eabede1a72b8e94abf9 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:19:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d77108..91da54c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ python -m pip install -r requirements.txt # (II-3)python -m pip install -r requirements.txt ``` -如果需要支持清华ChatGLM后端,需要额外安装更多依赖(不熟悉python、电脑配置不佳者,建议不要尝试): +如果需要支持清华ChatGLM后端,需要额外安装更多依赖(前提条件:熟悉python + 电脑配置够强): ```sh python -m pip install -r request_llm/requirements_chatglm.txt ```