From 03d8dd4260efb3a46b5b84b5ade38ac4d377c264 Mon Sep 17 00:00:00 2001 From: aries-ckt <916701291@qq.com> Date: Thu, 15 Jun 2023 15:04:15 +0800 Subject: [PATCH] update:readme doc, put documents --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index edd57d11f..a30832fd4 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,6 @@ As large models are released and iterated upon, they are becoming increasingly i DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment. With this solution, you can be assured that there is no risk of data leakage, and your data is 100% private and secure. -

DB-GPT Demonstration

- - -
- -
- ## News - [2023/06/14] support gpt4all model, which can run at M1/M2, or cpu machine. [documents](https://db-gpt.readthedocs.io/en/latest/modules/llms.html) - [2023/06/01]🔥 On the basis of the Vicuna-13B basic model, task chain calls are implemented through plugins. For example, the implementation of creating a database with a single sentence.[demo](./assets/auto_plugin.gif)