diff --git a/README.md b/README.md index e40174b68..e18e07dfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DB-GPT -A Open Database-GPT Experiment +A Open Database-GPT Experiment, A fully localized project. + +一个数据库相关的GPT实验项目, 模型与数据全部本地化部署, 绝对保障数据的隐私安全。 同时此GPT项目可以直接本地部署连接到私有数据库, 进行私有数据处理。 ![GitHub Repo stars](https://img.shields.io/github/stars/csunny/db-gpt?style=social) @@ -52,3 +54,7 @@ python webserver.py - SQL-diagnosis 总的来说,它是一个用于数据库的复杂且创新的AI工具。如果您对如何在工作中使用或实施DB-GPT有任何具体问题,请联系我, 我会尽力提供帮助, 同时也欢迎大家参与到项目建设中, 做一些有趣的事情。 + + +# Licence +[MIT](https://github.com/csunny/DB-GPT/blob/main/LICENSE) \ No newline at end of file diff --git a/pilot/server/webserver.py b/pilot/server/webserver.py index e89d205fa..dd6753a3b 100644 --- a/pilot/server/webserver.py +++ b/pilot/server/webserver.py @@ -281,7 +281,7 @@ def build_single_model_ui(): """ learn_more_markdown = """ ### Licence - The service is a research preview intended for non-commercial use only. subject to the model [License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA + The service is a research preview intended for non-commercial use only. subject to the model [License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of Vicuna-13B """ state = gr.State()