From 72f76ac1d9bd48298edc677f0d9947797eb6fef8 Mon Sep 17 00:00:00 2001 From: csunny Date: Thu, 25 May 2023 14:39:17 +0800 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b87ff0c97..92614ff31 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Run the Python interpreter and type the commands: ## Acknowledgement -The achievements of this project are thanks to the technical community, especially the following projects: +This project is standing on the shoulders of giants and is not going to work without the open-source communities. Special thanks to the following projects for their excellent contribution to the AI industry: - [FastChat](https://github.com/lm-sys/FastChat) for providing chat services - [vicuna-13b](https://lmsys.org/blog/2023-03-30-vicuna/) as the base model - [langchain](https://langchain.readthedocs.io/) tool chain